diff options
Diffstat (limited to 'drivers/media/video/tuner-simple.c')
-rw-r--r-- | drivers/media/video/tuner-simple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/tuner-simple.c b/drivers/media/video/tuner-simple.c index 8d6d2c803f92..be8d903171b7 100644 --- a/drivers/media/video/tuner-simple.c +++ b/drivers/media/video/tuner-simple.c | |||
@@ -999,7 +999,7 @@ struct dvb_frontend *simple_tuner_attach(struct dvb_frontend *fe, | |||
999 | 999 | ||
1000 | if (type >= tuner_count) { | 1000 | if (type >= tuner_count) { |
1001 | printk(KERN_WARNING "%s: invalid tuner type: %d (max: %d)\n", | 1001 | printk(KERN_WARNING "%s: invalid tuner type: %d (max: %d)\n", |
1002 | __FUNCTION__, type, tuner_count-1); | 1002 | __func__, type, tuner_count-1); |
1003 | return NULL; | 1003 | return NULL; |
1004 | } | 1004 | } |
1005 | 1005 | ||