On Mon, 2013-09-16 at 15:43 +0200, Iker Pedrosa wrote:
> The previously used printk lacked the warning level, now we've got a more 
> accurate way to know the error.
[]
> diff --git a/drivers/staging/winbond/wb35tx.c 
> b/drivers/staging/winbond/wb35tx.c
[]
> @@ -32,7 +32,7 @@ static void Wb35Tx_complete(struct urb *pUrb)
>       struct wb35_tx *pWb35Tx = &pHwData->Wb35Tx;
>       struct wb35_mds *pMds = &adapter->Mds;
>  
> -     printk("wb35: tx complete\n");
> +     netdev_err(pUrb->dev, "wb35: tx complete\n");

This one should either be removed or changed to netdev_dbg
with the "wb35: " prefix removed.

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to