ath: Convert ath_print to ath_dbg
[firefly-linux-kernel-4.4.55.git] / drivers / net / wireless / ath / ath9k / eeprom.c
index 2bbf94d0191edb0ddc84084a37b07172203f2485..fda533cfd8817274957e0e64506a74b5b1cc459a 100644 (file)
@@ -273,8 +273,8 @@ void ath9k_hw_update_regulatory_maxpower(struct ath_hw *ah)
                regulatory->max_power_level += INCREASE_MAXPOW_BY_THREE_CHAIN;
                break;
        default:
-               ath_print(common, ATH_DBG_EEPROM,
-                         "Invalid chainmask configuration\n");
+               ath_dbg(common, ATH_DBG_EEPROM,
+                       "Invalid chainmask configuration\n");
                break;
        }
 }