From: Mauro Carvalho Chehab Date: Tue, 22 Feb 2011 03:10:22 +0000 (-0300) Subject: [media] tvp5150: device detection should be done only once X-Git-Tag: v2.6.39-rc1~86^2~327 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e09a3c92bfd54a6ac03f8225c4fd10f50111beb;p=pandora-kernel.git [media] tvp5150: device detection should be done only once Having the device detection happening at reset is bad, as every time, it will produce a message like: tvp5150 2-005c: tvp5150am1 detected. This only polutes the log and for an accidental kernel hacker, it looks like a real problem. So, move those printk's to happen during device probe. Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed