]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/libertas/cmdresp.c
libertas: Increase priority of 'unknown command' warnings
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / libertas / cmdresp.c
index 5abecb7673e6300e74f906862b7a9fe7a77457a1..9e50fdd9481006b0d8cae0697fb50db98c1b07d0 100644 (file)
@@ -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);