drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning
Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
David S. Miller
parent
d2594d07ab
commit
73738001ac
@@ -419,7 +419,7 @@ int rt2x00usb_initialize(struct rt2x00_dev *rt2x00dev)
|
|||||||
struct sk_buff *skb;
|
struct sk_buff *skb;
|
||||||
unsigned int entry_size;
|
unsigned int entry_size;
|
||||||
unsigned int i;
|
unsigned int i;
|
||||||
int status;
|
int uninitialized_var(status);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allocate DMA
|
* Allocate DMA
|
||||||
|
Reference in New Issue
Block a user