From: Mateusz Kulikowski Date: Sun, 31 May 2015 18:19:26 +0000 (+0200) Subject: staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*() X-Git-Tag: omap-for-v4.2/fixes-rc1^2~92^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e672c3e2d2a10189a6292678f5174597927076;p=pandora-kernel.git staging: rtl8192e: Replace RTLLIB_DEBUG(DL_ERR) with netdev_*() Replace all RTLLIB_DEBUG(RTLLIB_DL_ERR, *) calls with netdev_err() for errors that really should be reported to user. Use netdev_warn() for the rest. Rephrase some of the messages to make them more readable/compact. Signed-off-by: Mateusz Kulikowski Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed