From: Joe Perches Date: Tue, 25 Aug 2009 08:52:00 +0000 (+0000) Subject: s2io: Generate complete messages using single line DBG_PRINTs X-Git-Tag: v2.6.32-rc1~703^2~201 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e39f7c5b311a306977c5471f9e2ce4c456aa038;p=pandora-kernel.git s2io: Generate complete messages using single line DBG_PRINTs Single line log messages should be emitted by a single call where possible. Converted multiple calls to DBG_PRINT to single call form. Removed "s2io:" preface from DBG_PRINTs. The DBG_PRINT macro now emits a log level and is surrounded by a do {...} while (0) All s2io log output is now prefaced with KBUILD_MODNAME ": " via pr_fmt. The DBG_PRINT macro should probably be converted to use the dev_ form eventually. Signed-off-by: Joe Perches Acked-by: Sreenivasa Honnur Signed-off-by: David S. Miller --- Reading git-diff-tree failed