aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/sxg/sxg_ethtool.c
diff options
context:
space:
mode:
authorAlessio Igor Bogani <abogani@texware.it>2009-03-24 19:29:45 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2009-06-19 11:00:35 -0700
commiteb48d1f8f3a40f228969f3a54d97e677d4a0d135 (patch)
treed9801656c00e82d36d5745cb35cb9cc5d1175be8 /drivers/staging/sxg/sxg_ethtool.c
parent01c2c2348f1c1bfaf564ed93226280970d4cb6df (diff)
Staging: sxg: replace __FUNCTION__ usages
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Alessio Igor Bogani <abogani@texware.it> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/sxg/sxg_ethtool.c')
-rw-r--r--drivers/staging/sxg/sxg_ethtool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/sxg/sxg_ethtool.c b/drivers/staging/sxg/sxg_ethtool.c
index 97f765d1250..ad89cb829b8 100644
--- a/drivers/staging/sxg/sxg_ethtool.c
+++ b/drivers/staging/sxg/sxg_ethtool.c
@@ -278,7 +278,7 @@ static int sxg_nic_get_eeprom(struct net_device *netdev,
* Get out of here
*/
printk(KERN_ERR"%s : Could not allocate memory for reading \
- EEPROM\n", __FUNCTION__);
+ EEPROM\n", __func__);
return -ENOMEM;
}