Skip to content

Commit

Permalink
drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Jan 28, 2008
1 parent d2594d0 commit 7373800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/wireless/rt2x00/rt2x00usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ int rt2x00usb_initialize(struct rt2x00_dev *rt2x00dev)
struct sk_buff *skb;
unsigned int entry_size;
unsigned int i;
int status;
int uninitialized_var(status);

/*
* Allocate DMA
Expand Down

0 comments on commit 7373800

Please sign in to comment.