changed printk(KERN_WARNING .. to pr_warn

Signed-off-by: Sherif Shehab Aldin <shehabaldin.she...@gmail.com>
---
 drivers/staging/wlan-ng/hfa384x_usb.c |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/wlan-ng/hfa384x_usb.c 
b/drivers/staging/wlan-ng/hfa384x_usb.c
index 2a44c79..a389cef 100644
--- a/drivers/staging/wlan-ng/hfa384x_usb.c
+++ b/drivers/staging/wlan-ng/hfa384x_usb.c
@@ -715,10 +715,9 @@ static int usbctlx_rrid_completor_fn(struct 
usbctlx_completor *head)
 
        /* Validate the length, note body len calculation in bytes */
        if (rridresult.riddata_len != complete->riddatalen) {
-               printk(KERN_WARNING
-                      "RID len mismatch, rid=0x%04x hlen=%d fwlen=%d\n",
-                      rridresult.rid,
-                      complete->riddatalen, rridresult.riddata_len);
+               pr_warn("RID len mismatch, rid=0x%04x hlen=%d fwlen=%d\n",
+                       rridresult.rid,
+                       complete->riddatalen, rridresult.riddata_len);
                return -ENODATA;
        }
 
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to