projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3624f9
)
V4L/DVB (5969): ivtv: report ivtv version in status log
author
Hans Verkuil
<hverkuil@xs4all.nl>
Fri, 3 Aug 2007 12:33:38 +0000
(09:33 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Mon, 20 Aug 2007 15:18:02 +0000
(12:18 -0300)
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/ivtv/ivtv-ioctl.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/ivtv/ivtv-ioctl.c
b/drivers/media/video/ivtv/ivtv-ioctl.c
index f2310b775fad0d2c497375179f3d7f30cf26fbfb..5977a79619c210e5dcb39a310300e822baf7a618 100644
(file)
--- a/
drivers/media/video/ivtv/ivtv-ioctl.c
+++ b/
drivers/media/video/ivtv/ivtv-ioctl.c
@@
-1235,7
+1235,7
@@
int ivtv_v4l2_ioctls(struct ivtv *itv, struct file *filp, unsigned int cmd, void
IVTV_INFO("Tuner: %s\n",
test_bit(IVTV_F_I_RADIO_USER, &itv->i_flags) ? "Radio" : "TV");
cx2341x_log_status(&itv->params, itv->name);
- IVTV_INFO("
Status flags: 0x%08lx\n"
, itv->i_flags);
+ IVTV_INFO("
Version: %s Status flags: 0x%08lx\n", IVTV_VERSION
, itv->i_flags);
for (i = 0; i < IVTV_MAX_STREAMS; i++) {
struct ivtv_stream *s = &itv->streams[i];