diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-04-02 17:59:48 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-24 13:09:43 -0400 |
commit | ce1719a61c7c0ac40c6244e6b354181dde27062d (patch) | |
tree | e5d843281a20316cb0c786a899f36f6ab53de6c9 /drivers/media/dvb/frontends/au8522.h | |
parent | e059b0fac7d9df8bf759d7092a16221f0fd250e8 (diff) |
V4L/DVB (7629): au8522: replace __FUNCTION__ with __func__
replace __FUNCTION__ with __func__ and clean associated checkpatch.pl warnings.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/au8522.h')
-rw-r--r-- | drivers/media/dvb/frontends/au8522.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/au8522.h b/drivers/media/dvb/frontends/au8522.h index 9952957ab7b0..19d5d1ef9842 100644 --- a/drivers/media/dvb/frontends/au8522.h +++ b/drivers/media/dvb/frontends/au8522.h | |||
@@ -43,7 +43,7 @@ static inline | |||
43 | struct dvb_frontend *au8522_attach(const struct au8522_config *config, | 43 | struct dvb_frontend *au8522_attach(const struct au8522_config *config, |
44 | struct i2c_adapter *i2c) | 44 | struct i2c_adapter *i2c) |
45 | { | 45 | { |
46 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __FUNCTION__); | 46 | printk(KERN_WARNING "%s: driver disabled by Kconfig\n", __func__); |
47 | return NULL; | 47 | return NULL; |
48 | } | 48 | } |
49 | #endif /* CONFIG_DVB_AU8522 */ | 49 | #endif /* CONFIG_DVB_AU8522 */ |