Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (7511): media/dvb/cinergyT2 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>

authored by

Harvey Harrison and committed by
Mauro Carvalho Chehab
0592e8d3 b2e62e7c

+1 -1
+1 -1
drivers/media/dvb/cinergyT2/cinergyT2.c
··· 62 62 do { \ 63 63 if ((debug & level)) { \ 64 64 printk("%s: %s(): ", KBUILD_MODNAME, \ 65 - __FUNCTION__); \ 65 + __func__); \ 66 66 printk(args); } \ 67 67 } while (0) 68 68