From: Joe Perches Date: Sun, 21 Aug 2011 22:56:44 +0000 (-0300) Subject: [media] saa7146: Use current logging styles X-Git-Tag: v3.2-rc1~112^2~254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d0b80e5ff741d502a6ccc8685a18bda1ac9da4;p=pandora-kernel.git [media] saa7146: Use current logging styles Standardize the mechanisms to emit logging messages. A few other modules used an #include from saa7146, convert those at the same time. Add pr_fmt. Convert printks to pr_ Convert printks without KERN_ to appropriate pr_. Convert logging macros requiring multiple parentheses to normal style. Removed embedded prefixes when pr_fmt was added. Whitespace cleanups when around other conversions. Use printf extension %pM to print mac address. Coalesce format strings. Signed-off-by: Joe Perches Acked-by: Michael Hunold Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed