From: Aya Mahfouz Date: Wed, 22 Oct 2014 13:30:40 +0000 (+0200) Subject: staging: vt6655: wcmd.c: fix print priority warning X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~1061 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9858689017544743708b332c6b7a54df10b6fe;p=pandora-kernel.git staging: vt6655: wcmd.c: fix print priority warning This patch fixes the following warning generated by checkpatch.pl for the file wcmd.c WARNING: printk() should include KERN_ facility level printk was replaced by netdev_err since providing printk with the facility level KERN_ERR generated the printing priority warning. Signed-off-by: Aya Mahfouz Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed