]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/ath/ath9k/ar9002_hw.c
ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err
[mv-sheeva.git] / drivers / net / wireless / ath / ath9k / ar9002_hw.c
index 48261b7252d0061e5932c16a98dc3c1caf6e6245..7d5cb204f938b86cdc737f55c9c3a54a913b9008 100644 (file)
@@ -494,9 +494,9 @@ int ar9002_hw_rf_claim(struct ath_hw *ah)
        case AR_RAD2122_SREV_MAJOR:
                break;
        default:
-               ath_print(ath9k_hw_common(ah), ATH_DBG_FATAL,
-                         "Radio Chip Rev 0x%02X not supported\n",
-                         val & AR_RADIO_SREV_MAJOR);
+               ath_err(ath9k_hw_common(ah),
+                       "Radio Chip Rev 0x%02X not supported\n",
+                       val & AR_RADIO_SREV_MAJOR);
                return -EOPNOTSUPP;
        }