lkml.org 
[lkml]   [2012]   [Dec]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 3/3] wlan-ng/prism2mgmt.c Replace printk(...) with netdev_warn, netdev_err
On Mon, Dec 17, 2012 at 02:38:03PM +0100, Sebastian Wankerl wrote:
> @@ -261,15 +265,17 @@ int prism2mgmt_scan(wlandevice_t *wlandev, void *msgp)
> HFA384x_RID_CREATEIBSS,
> HFA384x_CREATEIBSS_JOINCREATEIBSS);
> if (result) {
> - printk(KERN_ERR "Failed to set CREATEIBSS.\n");
> + netdev_err(wlandev->netdev,
> + "Failed to set CREATEIBSS.\n");
> msg->resultcode.data =
> P80211ENUM_resultcode_implementation_failure;
> goto exit;
> }
> result = hfa384x_drvr_enable(hw, 0);
> if (result) {
> - printk(KERN_ERR "drvr_enable(0) failed. "
> - "result=%d\n", result);
> + netdev_err(wlandev->netdev,
> + "drvr_enable(0) failed. " "result=%d\n",
^^^

Delete this.

regards,
dan carpenter


\
 
 \ /
  Last update: 2012-12-17 15:43    [W:0.092 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site