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-aztech.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-aztech.c')
-rw-r--r-- | linux/drivers/media/radio/radio-aztech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/radio/radio-aztech.c b/linux/drivers/media/radio/radio-aztech.c index dcf53edc2..8826b90a3 100644 --- a/linux/drivers/media/radio/radio-aztech.c +++ b/linux/drivers/media/radio/radio-aztech.c @@ -362,7 +362,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; } |