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>
This commit is contained in:
Hans Verkuil
2009-03-09 08:11:21 -03:00
committed by Mauro Carvalho Chehab
parent ec632c8a10
commit b24c20cc5b
6 changed files with 7 additions and 6 deletions

View File

@@ -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;
}