Hi,

On 18.05.2015 13:27, Gujulan Elango, Hari Prasath (H.) wrote:
> replace the printk with netdev subsystem debug infrastructure.
> 
> Signed-off-by: Hari Prasath Gujulan Elango <hguju...@visteon.com>
> ---
>  drivers/staging/rtl8192e/rtllib_rx.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8192e/rtllib_rx.c 
> b/drivers/staging/rtl8192e/rtllib_rx.c
> index fe3e7e12..f6e3f83 100644
> --- a/drivers/staging/rtl8192e/rtllib_rx.c
> +++ b/drivers/staging/rtl8192e/rtllib_rx.c
> @@ -344,7 +344,7 @@ rtllib_rx_frame_decrypt_msdu(struct rtllib_device *ieee, 
> struct sk_buff *skb,
>       res = crypt->ops->decrypt_msdu(skb, keyidx, hdrlen, crypt->priv);
>       atomic_dec(&crypt->refcnt);
>       if (res < 0) {
> -             printk(KERN_DEBUG "%s: MSDU decryption/MIC verification failed 
> (SA= %pM keyidx=%d)\n",
> +             netdev_dbg(ieee->dev, "%s: MSDU decryption/MIC verification 
> failed (SA= %pM keyidx=%d)\n",
>                      ieee->dev->name, hdr->addr2, keyidx);
>               return -1;
>       }
> 
I posted it already in one of my patches (v2, v3 - now I'm working on v4 with 
this change as well):
https://lkml.org/lkml/2015/5/9/200 <- v3
https://lkml.org/lkml/2015/4/13 <- v2

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

Reply via email to