diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-09 12:11:21 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-09 12:11:21 +0100 |
commit | 74c1d5f410c25958fd587a05987e654bb9104d22 (patch) | |
tree | 724075f226855f552cf4ac5c6486c55f21bf8113 /linux/drivers/media/radio/radio-terratec.c | |
parent | 8cf31fefb7f2a3a6c95c9f66fc63e00ec6b0bec0 (diff) | |
download | mediapointer-dvb-s2-74c1d5f410c25958fd587a05987e654bb9104d22.tar.gz mediapointer-dvb-s2-74c1d5f410c25958fd587a05987e654bb9104d22.tar.bz2 |
ISA radio drivers: improve kernel log message
From: Hans Verkuil <hverkuil@xs4all.nl>
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.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/radio/radio-terratec.c')
-rw-r--r-- | linux/drivers/media/radio/radio-terratec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-terratec.c b/linux/drivers/media/radio/radio-terratec.c index b63443076..9bb1773ca 100644 --- a/linux/drivers/media/radio/radio-terratec.c +++ b/linux/drivers/media/radio/radio-terratec.c @@ -376,7 +376,7 @@ static int __init terratec_init(void) strlcpy(v4l2_dev->name, "terratec", sizeof(v4l2_dev->name)); tt->io = io; if (tt->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=0x590 or 0x591\n"); return -EINVAL; } if (!request_region(tt->io, 2, "terratec")) { |