diff options
Diffstat (limited to 'drivers/media/radio/radio-trust.c')
-rw-r--r-- | drivers/media/radio/radio-trust.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/radio/radio-trust.c b/drivers/media/radio/radio-trust.c index fe964b45fdf5..4aa394940e12 100644 --- a/drivers/media/radio/radio-trust.c +++ b/drivers/media/radio/radio-trust.c | |||
@@ -383,7 +383,7 @@ static int __init trust_init(void) | |||
383 | mutex_init(&tr->lock); | 383 | mutex_init(&tr->lock); |
384 | 384 | ||
385 | if (tr->io == -1) { | 385 | if (tr->io == -1) { |
386 | v4l2_err(v4l2_dev, "You must set an I/O address with io=0x???\n"); | 386 | v4l2_err(v4l2_dev, "You must set an I/O address with io=0x0x350 or 0x358\n"); |
387 | return -EINVAL; | 387 | return -EINVAL; |
388 | } | 388 | } |
389 | if (!request_region(tr->io, 2, "Trust FM Radio")) { | 389 | if (!request_region(tr->io, 2, "Trust FM Radio")) { |