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:58 -0400 |
commit | b2e62e7cdb8022087ae2def06f8023c9f5d3b411 (patch) | |
tree | 28b8f07e0f4c42050cc878cfa60ccbb987ca4d0e /drivers/media/dvb/bt8xx/dst.c | |
parent | 7bca4498f6ec331c2ace79824da8687ad35cd65c (diff) |
V4L/DVB (7510): media/dvb/bt8xx 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/dvb/bt8xx/dst.c')
-rw-r--r-- | drivers/media/dvb/bt8xx/dst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/bt8xx/dst.c b/drivers/media/dvb/bt8xx/dst.c index 307ff35bdf13..75711bde23ad 100644 --- a/drivers/media/dvb/bt8xx/dst.c +++ b/drivers/media/dvb/bt8xx/dst.c | |||
@@ -1290,7 +1290,7 @@ static int dst_get_signal(struct dst_state *state) | |||
1290 | { | 1290 | { |
1291 | int retval; | 1291 | int retval; |
1292 | u8 get_signal[] = { 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb }; | 1292 | u8 get_signal[] = { 0x00, 0x05, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfb }; |
1293 | //dprintk("%s: Getting Signal strength and other parameters\n", __FUNCTION__); | 1293 | //dprintk("%s: Getting Signal strength and other parameters\n", __func__); |
1294 | if ((state->diseq_flags & ATTEMPT_TUNE) == 0) { | 1294 | if ((state->diseq_flags & ATTEMPT_TUNE) == 0) { |
1295 | state->decode_lock = state->decode_strength = state->decode_snr = 0; | 1295 | state->decode_lock = state->decode_strength = state->decode_snr = 0; |
1296 | return 0; | 1296 | return 0; |