]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/net/wireless/ath/ath9k/ahb.c
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / net / wireless / ath / ath9k / ahb.c
index 1a984b02e9e5c2cd02c7d039243df5bf385039cf..25a6e4417cdb14877e14d87b5a07999fbb0eb2b8 100644 (file)
@@ -35,10 +35,9 @@ static bool ath_ahb_eeprom_read(struct ath_common *common, u32 off, u16 *data)
 
        pdata = (struct ath9k_platform_data *) pdev->dev.platform_data;
        if (off >= (ARRAY_SIZE(pdata->eeprom_data))) {
-               ath_print(common, ATH_DBG_FATAL,
-                         "%s: flash read failed, offset %08x "
-                         "is out of range\n",
-                         __func__, off);
+               ath_err(common,
+                       "%s: flash read failed, offset %08x is out of range\n",
+                       __func__, off);
                return false;
        }