mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-03-07 12:12:07 +00:00
staging: ft1000: Remove unused variable DSPResetNum.
Removed because was only assigned and never used. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
8016a34d95
commit
3d20634100
@ -650,8 +650,6 @@ static int ft1000_reset_card(struct net_device *dev)
|
||||
DEBUG("ft1000_hw:ft1000_reset_card: reset asic\n");
|
||||
ft1000_reset_asic(dev);
|
||||
|
||||
info->DSPResetNum++;
|
||||
|
||||
DEBUG("ft1000_hw:ft1000_reset_card: call dsp_reload\n");
|
||||
dsp_reload(ft1000dev);
|
||||
|
||||
|
@ -497,7 +497,6 @@ struct ft1000_info {
|
||||
u16 DrvErrNum;
|
||||
u16 AsicID;
|
||||
int DspAsicReset;
|
||||
int DSPResetNum;
|
||||
int DeviceCreated;
|
||||
int CardReady;
|
||||
int NetDevRegDone;
|
||||
|
Loading…
x
Reference in New Issue
Block a user