arm: mach-imx: Convert pr_warning to pr_warn
[deliverable/linux.git] / arch / arm / mach-imx / mach-mx31_3ds.c
index 453f41a2c5a97b5ee7e08d566dcd9e71f887c647..65a0dc06a97ccc3a7b613d85fdd738616ea4b97f 100644 (file)
@@ -307,7 +307,7 @@ static int mx31_3ds_sdhc1_init(struct device *dev,
        ret = gpio_request_array(mx31_3ds_sdhc1_gpios,
                                 ARRAY_SIZE(mx31_3ds_sdhc1_gpios));
        if (ret) {
-               pr_warning("Unable to request the SD/MMC GPIOs.\n");
+               pr_warn("Unable to request the SD/MMC GPIOs.\n");
                return ret;
        }
 
@@ -316,7 +316,7 @@ static int mx31_3ds_sdhc1_init(struct device *dev,
                          IRQF_TRIGGER_FALLING | IRQF_TRIGGER_RISING,
                          "sdhc1-detect", data);
        if (ret) {
-               pr_warning("Unable to request the SD/MMC card-detect IRQ.\n");
+               pr_warn("Unable to request the SD/MMC card-detect IRQ.\n");
                goto gpio_free;
        }
 
This page took 0.024107 seconds and 5 git commands to generate.