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 | 3ca7fc84e37c5cf446fe4137f885f74e71373d7f (patch) | |
tree | 236bae57740ccd8308c740fc635a43c84b136b10 /drivers/media/dvb/ttpci/budget-ci.c | |
parent | 271ddbf702c3a4e6b18f6464180eda0f62efd9a5 (diff) |
V4L/DVB (7515): media/dvb/ttpci replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Acked-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/ttpci/budget-ci.c')
-rw-r--r-- | drivers/media/dvb/ttpci/budget-ci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 0f476f75e03d..0323515bfd2a 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -1121,7 +1121,7 @@ static void frontend_init(struct budget_ci *budget_ci) | |||
1121 | 1121 | ||
1122 | budget_ci->budget.dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; | 1122 | budget_ci->budget.dvb_frontend->ops.dishnetwork_send_legacy_command = NULL; |
1123 | if (dvb_attach(lnbp21_attach, budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, LNBP21_LLC, 0) == NULL) { | 1123 | if (dvb_attach(lnbp21_attach, budget_ci->budget.dvb_frontend, &budget_ci->budget.i2c_adap, LNBP21_LLC, 0) == NULL) { |
1124 | printk("%s: No LNBP21 found!\n", __FUNCTION__); | 1124 | printk("%s: No LNBP21 found!\n", __func__); |
1125 | dvb_frontend_detach(budget_ci->budget.dvb_frontend); | 1125 | dvb_frontend_detach(budget_ci->budget.dvb_frontend); |
1126 | budget_ci->budget.dvb_frontend = NULL; | 1126 | budget_ci->budget.dvb_frontend = NULL; |
1127 | } | 1127 | } |