Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265434
b: refs/heads/master
c: 5674fbb
h: refs/heads/master
v: v3
  • Loading branch information
Amitkumar Karwar authored and John W. Linville committed Aug 9, 2011
1 parent d708cfb commit fd1902d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7e1f79a1f5fef8ac54def967b22a87909c74c8f1
refs/heads/master: 5674fbb773af9588485a646ffed9f34cac0f9b20
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/mwifiex/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ mwifiex_add_card(void *card, struct semaphore *sem,
{
int i;
struct mwifiex_adapter *adapter;
char fmt[64];

if (down_interruptible(sem))
goto exit_sem_err;
Expand Down Expand Up @@ -897,6 +898,9 @@ mwifiex_add_card(void *card, struct semaphore *sem,

up(sem);

mwifiex_drv_get_driver_version(adapter, fmt, sizeof(fmt) - 1);
dev_notice(adapter->dev, "driver_version = %s\n", fmt);

return 0;

err_add_intf:
Expand Down

0 comments on commit fd1902d

Please sign in to comment.