diff options
Diffstat (limited to 'drivers/media/video/gspca/stv06xx/stv06xx_st6422.c')
| -rw-r--r-- | drivers/media/video/gspca/stv06xx/stv06xx_st6422.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/gspca/stv06xx/stv06xx_st6422.c b/drivers/media/video/gspca/stv06xx/stv06xx_st6422.c index 8a456de4970a..9940e035b3ab 100644 --- a/drivers/media/video/gspca/stv06xx/stv06xx_st6422.c +++ b/drivers/media/video/gspca/stv06xx/stv06xx_st6422.c | |||
| @@ -26,6 +26,8 @@ | |||
| 26 | * | 26 | * |
| 27 | */ | 27 | */ |
| 28 | 28 | ||
| 29 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
| 30 | |||
| 29 | #include "stv06xx_st6422.h" | 31 | #include "stv06xx_st6422.h" |
| 30 | 32 | ||
| 31 | /* controls */ | 33 | /* controls */ |
| @@ -136,7 +138,7 @@ static int st6422_probe(struct sd *sd) | |||
| 136 | if (sd->bridge != BRIDGE_ST6422) | 138 | if (sd->bridge != BRIDGE_ST6422) |
| 137 | return -ENODEV; | 139 | return -ENODEV; |
| 138 | 140 | ||
| 139 | info("st6422 sensor detected"); | 141 | pr_info("st6422 sensor detected\n"); |
| 140 | 142 | ||
| 141 | sensor_settings = kmalloc(sizeof *sensor_settings, GFP_KERNEL); | 143 | sensor_settings = kmalloc(sizeof *sensor_settings, GFP_KERNEL); |
| 142 | if (!sensor_settings) | 144 | if (!sensor_settings) |
