summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-aztech.c
diff options
context:
space:
mode:
authorHans Verkuil2009-03-09 12:11:21 +0100
committerMauro Carvalho Chehab2009-03-30 17:43:13 +0200
commitb24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4 (patch)
treecc16724750694242d53a08201f9c956b52dba1d8 /drivers/media/radio/radio-aztech.c
parentV4L/DVB (10893): radio-zoltrix: convert to v4l2_device. (diff)
downloadkernel-qcow2-linux-b24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4.tar.gz
kernel-qcow2-linux-b24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4.tar.xz
kernel-qcow2-linux-b24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4.zip
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-aztech.c')
-rw-r--r--drivers/media/radio/radio-aztech.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c
index 35f6f403f65d..186f3bae0ecc 100644
--- a/drivers/media/radio/radio-aztech.c
+++ b/drivers/media/radio/radio-aztech.c
@@ -361,7 +361,7 @@ static int __init aztech_init(void)
az->io = io;
if (az->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=0x350 or 0x358\n");
return -EINVAL;
}