From: Mauro Carvalho Chehab Date: Thu, 30 Apr 2015 10:15:20 +0000 (-0300) Subject: [media] saa7134: use pr_warn() on some places where no KERN_foo were used X-Git-Tag: omap-for-v4.2/fixes-rc1^2~111^2~363 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51626557ace26ebc48d5d56c85675fb106d839c9;p=pandora-kernel.git [media] saa7134: use pr_warn() on some places where no KERN_foo were used On a few places, mostly during board detection, some printk() macros were called without especifying any message level. Those are actually warnings. So, use pr_warn() for them. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed