diff options
Diffstat (limited to 'drivers/media/radio/radio-aztech.c')
-rw-r--r-- | drivers/media/radio/radio-aztech.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-aztech.c b/drivers/media/radio/radio-aztech.c index 35f6f403f65d..186f3bae0ecc 100644 --- a/drivers/media/radio/radio-aztech.c +++ b/drivers/media/radio/radio-aztech.c | |||
@@ -361,7 +361,7 @@ static int __init aztech_init(void) | |||
361 | az->io = io; | 361 | az->io = io; |
362 | 362 | ||
363 | if (az->io == -1) { | 363 | if (az->io == -1) { |
364 | v4l2_err(v4l2_dev, "you must set an I/O address with io=0x???\n"); | 364 | v4l2_err(v4l2_dev, "you must set an I/O address with io=0x350 or 0x358\n"); |
365 | return -EINVAL; | 365 | return -EINVAL; |
366 | } | 366 | } |
367 | 367 | ||