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:
committed by
Mauro Carvalho Chehab
parent
ec632c8a10
commit
b24c20cc5b
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user