Skip to content
Snippets Groups Projects
Commit 73738001 authored by Andrew Morton's avatar Andrew Morton Committed by David S. Miller
Browse files

drivers/net/wireless/rt2x00/rt2x00usb.c: fix uninitialized var warning

parent d2594d07
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment