From 0f063c68cc871829f75cf2d7d4723a356af58783 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 2 Jun 2011 20:33:32 -0400 Subject: tm6000: Cleaned up code style in tm6000-i2c.c Replaced __FUNCTION__ with __func__ Signed-off-by: Curtis McEnroe Signed-off-by: Greg Kroah-Hartman --- drivers/staging/tm6000/tm6000-i2c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/staging/tm6000') diff --git a/drivers/staging/tm6000/tm6000-i2c.c b/drivers/staging/tm6000/tm6000-i2c.c index 8828c12..5a651ea 100644 --- a/drivers/staging/tm6000/tm6000-i2c.c +++ b/drivers/staging/tm6000/tm6000-i2c.c @@ -40,7 +40,7 @@ MODULE_PARM_DESC(i2c_debug, "enable debug messages [i2c]"); #define i2c_dprintk(lvl, fmt, args...) if (i2c_debug >= lvl) do { \ printk(KERN_DEBUG "%s at %s: " fmt, \ - dev->name, __FUNCTION__ , ##args); } while (0) + dev->name, __func__, ##args); } while (0) static int tm6000_i2c_send_regs(struct tm6000_core *dev, unsigned char addr, __u8 reg, char *buf, int len) -- cgit v1.1