diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-09 08:11:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 12:43:13 -0300 |
commit | b24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4 (patch) | |
tree | cc16724750694242d53a08201f9c956b52dba1d8 /drivers/media/radio/radio-zoltrix.c | |
parent | ec632c8a1094e52d3da903ba057accad15f11d04 (diff) | |
download | linux-b24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4.tar.bz2 |
V4L/DVB (10894): ISA radio drivers: improve kernel log message
It's much nicer if the log message tells you which io ports are possible,
rather than having to run modinfo or look it up in the source or manual.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-zoltrix.c')
-rw-r--r-- | drivers/media/radio/radio-zoltrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-zoltrix.c b/drivers/media/radio/radio-zoltrix.c index 18dbaf1650de..f0ea281ba51b 100644 --- a/drivers/media/radio/radio-zoltrix.c +++ b/drivers/media/radio/radio-zoltrix.c @@ -413,7 +413,7 @@ static int __init zoltrix_init(void) strlcpy(v4l2_dev->name, "zoltrix", sizeof(v4l2_dev->name)); zol->io = io; if (zol->io == -1) { - v4l2_err(v4l2_dev, "You must set an I/O address with io=0x???\n"); + v4l2_err(v4l2_dev, "You must set an I/O address with io=0x20c or 0x30c\n"); return -EINVAL; } if (zol->io != 0x20c && zol->io != 0x30c) { |