Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79009
b: refs/heads/master
c: 82209ad
h: refs/heads/master
i:
  79007: 44773bc
v: v3
  • Loading branch information
Andres Salomon authored and David S. Miller committed Jan 28, 2008
1 parent be4da95 commit 8e8686f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: 66bb42fd47c3d7e23b3ca5bb2b025a198100d670
refs/heads/master: 82209adcb157e5861f2105d1658f1f07f75d69f2
7 changes: 1 addition & 6 deletions trunk/drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
#define MESSAGE_HEADER_LEN 4

static const char usbdriver_name[] = "usb8xxx";
static u8 *default_fw_name = "usb8388.bin";

static char *lbs_fw_name;
static char *lbs_fw_name = "usb8388.bin";
module_param_named(fw_name, lbs_fw_name, charp, 0644);

/*
Expand Down Expand Up @@ -1027,10 +1026,6 @@ static int if_usb_init_module(void)

lbs_deb_enter(LBS_DEB_MAIN);

if (lbs_fw_name == NULL) {
lbs_fw_name = default_fw_name;
}

ret = usb_register(&if_usb_driver);

lbs_deb_leave_args(LBS_DEB_MAIN, "ret %d", ret);
Expand Down

0 comments on commit 8e8686f

Please sign in to comment.