marvell: remove unused variable
Fix compile error in mrvl_pp2_delete_if caused by unused variable by
removing that variable.
Type: fix
Fixes: b85b0df2a0
Change-Id: I819bcfbfdbd0f85cc42be953be63ef124520852c
Signed-off-by: Robert Shearman <robertshearman@gmail.com>
This commit is contained in:

committed by
Damjan Marion

parent
cef0cc1a07
commit
4d9f9a6b6b
@@ -120,7 +120,6 @@ mrvl_pp2_delete_if (mrvl_pp2_if_t * ppif)
|
||||
mrvl_pp2_main_t *ppm = &mrvl_pp2_main;
|
||||
mrvl_pp2_outq_t *outq;
|
||||
mrvl_pp2_inq_t *inq;
|
||||
int i;
|
||||
|
||||
if (ppif->hw_if_index != ~0)
|
||||
ethernet_delete_interface (vnm, ppif->hw_if_index);
|
||||
|
Reference in New Issue
Block a user