diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-04-08 22:20:00 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:07:59 -0400 |
commit | 22b4e64f0a119e94090ef45285a5c311f1f6855f (patch) | |
tree | 60ab79ee2f2e5c8bcab8f8dc0a91e2ff105f5464 /drivers/media/video/cx23885/cx23885-cards.c | |
parent | 94205c7a48b637ae60bd69ac4cc16743a6dddd09 (diff) |
V4L/DVB (7520): media/video/cx23885 replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-cards.c')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-cards.c b/drivers/media/video/cx23885/cx23885-cards.c index dfa269838e01..77cd452e6e5b 100644 --- a/drivers/media/video/cx23885/cx23885-cards.c +++ b/drivers/media/video/cx23885/cx23885-cards.c | |||
@@ -264,7 +264,7 @@ int cx23885_tuner_callback(void *priv, int command, int arg) | |||
264 | } | 264 | } |
265 | else { | 265 | else { |
266 | printk(KERN_ERR | 266 | printk(KERN_ERR |
267 | "%s(): Unknow command.\n", __FUNCTION__); | 267 | "%s(): Unknow command.\n", __func__); |
268 | return -EINVAL; | 268 | return -EINVAL; |
269 | } | 269 | } |
270 | break; | 270 | break; |