Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338266
b: refs/heads/master
c: a7e4a98
h: refs/heads/master
v: v3
  • Loading branch information
Ben Chan authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 9654efa commit f22e1af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1b94242a692efa52656c8cb544f5cb87d1b3056f
refs/heads/master: a7e4a982fe2a9375952798294ebfb38dc0ed6782
5 changes: 4 additions & 1 deletion trunk/drivers/staging/gdm72xx/gdm_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,10 @@ static int gdm_usb_send(void *priv_dev, void *data, int len,
int no_spc = 0, ret;
u8 *pkt = data;
u16 cmd_evt;
unsigned long flags, flags2;
unsigned long flags;
#ifdef CONFIG_WIMAX_GDM72XX_K_MODE
unsigned long flags2;
#endif /* CONFIG_WIMAX_GDM72XX_K_MODE */

if (!udev->usbdev) {
dev_err(&usbdev->dev, "%s: No such device\n", __func__);
Expand Down

0 comments on commit f22e1af

Please sign in to comment.