mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
staging: ft1000: Remove unused variable.
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
e34dc580dc
commit
67e9f9e26b
@ -170,7 +170,6 @@ int ft1000_CreateDevice(struct ft1000_device *dev)
|
||||
|
||||
// register the device
|
||||
DEBUG("ft1000_CreateDevice: \"%s\" device registration\n", info->DeviceName);
|
||||
info->DeviceMajor = 0;
|
||||
|
||||
tmp = kmalloc(sizeof(struct ft1000_debug_dirs), GFP_KERNEL);
|
||||
if (tmp == NULL) {
|
||||
|
@ -835,7 +835,6 @@ u16 init_ft1000_netdev(struct ft1000_device *ft1000dev)
|
||||
pInfo->mediastate = 0;
|
||||
pInfo->fifo_cnt = 0;
|
||||
pInfo->DeviceCreated = FALSE;
|
||||
pInfo->DeviceMajor = 0;
|
||||
pInfo->CurrentInterruptEnableMask = ISR_DEFAULT_MASK;
|
||||
pInfo->InterruptsEnabled = FALSE;
|
||||
pInfo->CardReady = 0;
|
||||
|
@ -514,7 +514,6 @@ struct ft1000_info {
|
||||
int NetDevRegDone;
|
||||
u8 CardNumber;
|
||||
u8 DeviceName[15];
|
||||
int DeviceMajor;
|
||||
struct ft1000_debug_dirs nodes;
|
||||
int registered;
|
||||
int mediastate;
|
||||
|
Loading…
Reference in New Issue
Block a user