Staging: bcm: InterfaceRx.c: Removed unused variable
authorMatthias Beyer <mail@beyermatthias.de>
Mon, 30 Jun 2014 08:10:04 +0000 (10:10 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jul 2014 23:06:16 +0000 (16:06 -0700)
commit8139b8d5358e873d90db1ccb54ed0b2c0611febc
tree5df6dd6c6dfbdedfe55add26f5d810d81318a727
parent3a162b194890dc4bfeacc15885ffdd0e260ce167
Staging: bcm: InterfaceRx.c: Removed unused variable

This patch removes the `process_done` variable from both
format_eth_hdr_to_stack() and read_bulk_callback() (where it is
declared), as it is not used anywhere (it is set in the
format_eth_hdr_to_stack() function, but afterwards not used).

Acked-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/InterfaceRx.c