Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303632
b: refs/heads/master
c: 24c0328
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Apr 25, 2012
1 parent ee02084 commit c400623
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 46267f4caa5fdf546a94b99b4c53c9424d2d4291
refs/heads/master: 24c0328663623e1d10d7cc325f742b8d93b177ea
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/at76c50x-usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ static int at76_hw_scan(struct ieee80211_hw *hw,
ret = at76_set_card_command(priv->udev, CMD_SCAN, &scan, sizeof(scan));

if (ret < 0) {
err("CMD_SCAN failed: %d", ret);
wiphy_err(priv->hw->wiphy, "CMD_SCAN failed: %d\n", ret);
goto exit;
}

Expand Down

0 comments on commit c400623

Please sign in to comment.