diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-gpio.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-gpio.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-gpio.c b/drivers/media/video/bt8xx/bttv-gpio.c index 13ce72c04b33..922e8233fd0b 100644 --- a/drivers/media/video/bt8xx/bttv-gpio.c +++ b/drivers/media/video/bt8xx/bttv-gpio.c | |||
@@ -26,6 +26,8 @@ | |||
26 | 26 | ||
27 | */ | 27 | */ |
28 | 28 | ||
29 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
30 | |||
29 | #include <linux/module.h> | 31 | #include <linux/module.h> |
30 | #include <linux/init.h> | 32 | #include <linux/init.h> |
31 | #include <linux/delay.h> | 33 | #include <linux/delay.h> |
@@ -99,7 +101,7 @@ int bttv_sub_add_device(struct bttv_core *core, char *name) | |||
99 | kfree(sub); | 101 | kfree(sub); |
100 | return err; | 102 | return err; |
101 | } | 103 | } |
102 | printk("bttv%d: add subdevice \"%s\"\n", core->nr, dev_name(&sub->dev)); | 104 | pr_info("%d: add subdevice \"%s\"\n", core->nr, dev_name(&sub->dev)); |
103 | list_add_tail(&sub->list,&core->subs); | 105 | list_add_tail(&sub->list,&core->subs); |
104 | return 0; | 106 | return 0; |
105 | } | 107 | } |