Skip to content

Commit

Permalink
V4L/DVB (10279): cx18: Print driver version number when logging status
Browse files Browse the repository at this point in the history
Make sure v4l2-ctl --log-status outputs the driver version.

Reported-by: David Dombroski <davedom@optonline.net>
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Andy Walls authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 350145a commit e0f28b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/media/video/cx18/cx18-ioctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,9 @@ static int cx18_log_status(struct file *file, void *fh)
struct v4l2_audio audin;
int i;

CX18_INFO("================= START STATUS CARD #%d =================\n", cx->num);
CX18_INFO("================= START STATUS CARD #%d "
"=================\n", cx->num);
CX18_INFO("Version: %s Card: %s\n", CX18_VERSION, cx->card_name);
if (cx->hw_flags & CX18_HW_TVEEPROM) {
struct tveeprom tv;

Expand Down

0 comments on commit e0f28b6

Please sign in to comment.