aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-terratec.c
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2009-03-09 07:11:21 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 11:43:13 -0400
commitb24c20cc5b3a4c6e2ec8d6145d2c1f9920cab3f4 (patch)
treecc16724750694242d53a08201f9c956b52dba1d8 /drivers/media/radio/radio-terratec.c
parentec632c8a1094e52d3da903ba057accad15f11d04 (diff)
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-terratec.c')
-rw-r--r--drivers/media/radio/radio-terratec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-terratec.c b/drivers/media/radio/radio-terratec.c
index 5a37e0d797bf..a6243f738a78 100644
--- a/drivers/media/radio/radio-terratec.c
+++ b/drivers/media/radio/radio-terratec.c
@@ -375,7 +375,7 @@ static int __init terratec_init(void)
375 strlcpy(v4l2_dev->name, "terratec", sizeof(v4l2_dev->name)); 375 strlcpy(v4l2_dev->name, "terratec", sizeof(v4l2_dev->name));
376 tt->io = io; 376 tt->io = io;
377 if (tt->io == -1) { 377 if (tt->io == -1) {
378 v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n"); 378 v4l2_err(v4l2_dev, "you must set an I/O address with io=0x590 or 0x591\n");
379 return -EINVAL; 379 return -EINVAL;
380 } 380 }
381 if (!request_region(tt->io, 2, "terratec")) { 381 if (!request_region(tt->io, 2, "terratec")) {