]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging: rtl8192e: print alg name as debug.
authorMalcolm Priestley <tvboxspy@gmail.com>
Sat, 13 May 2017 16:41:18 +0000 (17:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 May 2017 11:29:01 +0000 (13:29 +0200)
alg name will be printed a number times during a connection it
is only really useful as a debug message.

Change to netdev_dbg.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtllib_wx.c

index c5c0d9676dc8d73dc84df3eacfad515b59fd5be7..f7eba01b5d1536580017632f9b46d5fe8f83e914 100644 (file)
@@ -595,7 +595,7 @@ int rtllib_wx_set_encode_ext(struct rtllib_device *ieee,
                ret = -EINVAL;
                goto done;
        }
-       netdev_info(dev, "alg name:%s\n", alg);
+       netdev_dbg(dev, "alg name:%s\n", alg);
 
        ops = lib80211_get_crypto_ops(alg);
        if (ops == NULL) {