]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/staging/rt2870/common/dfs.c
staging: __FUNCTION__ is gcc-specific, use __func__
[linux-2.6-omap-h63xx.git] / drivers / staging / rt2870 / common / dfs.c
index 23cf1510e2d25b5fb790aed72b956de0508d68e1..b09bba5cb20649ea355ea27e0f3b0aa8d41c720b 100644 (file)
@@ -428,7 +428,7 @@ INT Set_ChMovingTime_Proc(
 
        pAd->CommonCfg.RadarDetect.ChMovingTime = Value;
 
-       DBGPRINT(RT_DEBUG_TRACE, ("%s:: %d\n", __FUNCTION__,
+       DBGPRINT(RT_DEBUG_TRACE, ("%s:: %d\n", __func__,
                pAd->CommonCfg.RadarDetect.ChMovingTime));
 
        return TRUE;
@@ -444,7 +444,7 @@ INT Set_LongPulseRadarTh_Proc(
 
        pAd->CommonCfg.RadarDetect.LongPulseRadarTh = Value;
 
-       DBGPRINT(RT_DEBUG_TRACE, ("%s:: %d\n", __FUNCTION__,
+       DBGPRINT(RT_DEBUG_TRACE, ("%s:: %d\n", __func__,
                pAd->CommonCfg.RadarDetect.LongPulseRadarTh));
 
        return TRUE;