diff options
author | Joe Perches <joe@perches.com> | 2011-08-21 19:56:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-09-03 21:11:59 -0300 |
commit | 857011e4d9bf47b39abcc89541a58c56e4df34be (patch) | |
tree | e9a70a5e2f5ecdac5fcff63913ad035678095ea4 /drivers/media/video/et61x251/et61x251_tas5130d1b.c | |
parent | 8af443e581ab57a6a38f595eb40be3514ea55195 (diff) |
[media] et61x251: Use current logging styles
Add pr_fmt and convert printks to pr_<level>
Remove explicit prefixes from logging messages.
One of the prefixes was defective, a copy/paste error.
Use ##__VA_ARGS__ for variadic macros.
Whitespace neatening.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/et61x251/et61x251_tas5130d1b.c')
-rw-r--r-- | drivers/media/video/et61x251/et61x251_tas5130d1b.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/et61x251/et61x251_tas5130d1b.c b/drivers/media/video/et61x251/et61x251_tas5130d1b.c index 04b7fbb310a..ced2e167935 100644 --- a/drivers/media/video/et61x251/et61x251_tas5130d1b.c +++ b/drivers/media/video/et61x251/et61x251_tas5130d1b.c @@ -19,6 +19,8 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * ***************************************************************************/ +#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt + #include "et61x251_sensor.h" |