Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 102720
b: refs/heads/master
c: e37fc6e
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and John W. Linville committed May 22, 2008
1 parent ba261df commit 64f6894
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: f9d1cf53cf9e934f15ce0371b5fd568407032ea2
refs/heads/master: e37fc6e11c79899451e394319cff18cc53d6448d
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/libertas/cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ int lbs_prepare_and_send_command(struct lbs_private *priv,
ret = lbs_cmd_bcn_ctrl(priv, cmdptr, cmd_action);
break;
default:
lbs_deb_host("PREP_CMD: unknown command 0x%04x\n", cmd_no);
lbs_pr_err("PREP_CMD: unknown command 0x%04x\n", cmd_no);
ret = -1;
break;
}
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/libertas/cmdresp.c
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,8 @@ static inline int handle_cmd_response(struct lbs_private *priv,
break;

default:
lbs_deb_host("CMD_RESP: unknown cmd response 0x%04x\n",
le16_to_cpu(resp->command));
lbs_pr_err("CMD_RESP: unknown cmd response 0x%04x\n",
le16_to_cpu(resp->command));
break;
}
lbs_deb_leave(LBS_DEB_HOST);
Expand Down

0 comments on commit 64f6894

Please sign in to comment.