diff options
author | Andy Walls <awalls@radix.net> | 2009-02-21 20:27:37 -0500 |
---|---|---|
committer | Andy Walls <awalls@radix.net> | 2009-02-21 20:27:37 -0500 |
commit | 357ef82d840606fc7f61d134b14f508a8f25cd64 (patch) | |
tree | 60dc75179de3803db1906da3534851a17c87990f /linux/drivers/media/video/cx18/cx18-av-core.h | |
parent | 8cf40f59f6981201824308642756f2768065e9da (diff) | |
download | mediapointer-dvb-s2-357ef82d840606fc7f61d134b14f508a8f25cd64.tar.gz mediapointer-dvb-s2-357ef82d840606fc7f61d134b14f508a8f25cd64.tar.bz2 |
cx18: Change log lines for internal subdevs and fix tveeprom reads
From: Andy Walls <awalls@radix.net>
Give messages originating from internal subdevs a header using the subdev's
name. Fixed an uninitialized variable problem with reading the EEPROM, noticed
from log output. Got rid of the unused cx18_av_exit() function.
Priority: normal
Signed-off-by: Andy Walls <awalls@radix.net>
Diffstat (limited to 'linux/drivers/media/video/cx18/cx18-av-core.h')
-rw-r--r-- | linux/drivers/media/video/cx18/cx18-av-core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx18/cx18-av-core.h b/linux/drivers/media/video/cx18/cx18-av-core.h index cd9c0e70f..fd0df4151 100644 --- a/linux/drivers/media/video/cx18/cx18-av-core.h +++ b/linux/drivers/media/video/cx18/cx18-av-core.h @@ -343,7 +343,6 @@ int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value); void cx18_av_std_setup(struct cx18 *cx); int cx18_av_probe(struct cx18 *cx); -void cx18_av_exit(struct cx18 *cx, struct v4l2_subdev *sd); /* ----------------------------------------------------------------------- */ /* cx18_av-firmware.c */ |