diff options
-rw-r--r-- | drivers/media/video/cx18/cx18-ioctl.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx18-ioctl.c b/drivers/media/video/cx18/cx18-ioctl.c index 7086aaba77d6..f38ca207cad2 100644 --- a/drivers/media/video/cx18/cx18-ioctl.c +++ b/drivers/media/video/cx18/cx18-ioctl.c | |||
@@ -708,7 +708,9 @@ static int cx18_log_status(struct file *file, void *fh) | |||
708 | struct v4l2_audio audin; | 708 | struct v4l2_audio audin; |
709 | int i; | 709 | int i; |
710 | 710 | ||
711 | CX18_INFO("================= START STATUS CARD #%d =================\n", cx->num); | 711 | CX18_INFO("================= START STATUS CARD #%d " |
712 | "=================\n", cx->num); | ||
713 | CX18_INFO("Version: %s Card: %s\n", CX18_VERSION, cx->card_name); | ||
712 | if (cx->hw_flags & CX18_HW_TVEEPROM) { | 714 | if (cx->hw_flags & CX18_HW_TVEEPROM) { |
713 | struct tveeprom tv; | 715 | struct tveeprom tv; |
714 | 716 | ||