Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 341942
b: refs/heads/master
c: 6979783
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and John W. Linville committed Nov 30, 2012
1 parent 6dad991 commit 240a1ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 244a77e9d708d5a23eed21a4fb62a62acc9c69a6
refs/heads/master: 697978383e94fff79fc72d9dbf1a03db8ac9784a
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/sta_ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ int mwifiex_enable_hs(struct mwifiex_adapter *adapter)
}

if (adapter->hs_activated) {
dev_dbg(adapter->dev, "cmd: HS Already actived\n");
dev_dbg(adapter->dev, "cmd: HS Already activated\n");
return true;
}

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/mwifiex/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ static int mwifiex_usb_probe(struct usb_interface *intf,
card->udev = udev;
card->intf = intf;

pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocl=%#x\n",
pr_debug("info: bcdUSB=%#x Device Class=%#x SubClass=%#x Protocol=%#x\n",
udev->descriptor.bcdUSB, udev->descriptor.bDeviceClass,
udev->descriptor.bDeviceSubClass,
udev->descriptor.bDeviceProtocol);
Expand Down

0 comments on commit 240a1ae

Please sign in to comment.