]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/mtd/nand/cmx270_nand.c
mtd: nand: atmel: Add ->setup_data_interface() hooks
[karo-tx-linux.git] / drivers / mtd / nand / cmx270_nand.c
index 226ac0bcafc6539ba6389cf1170f05ee05a2acc6..949b9400dcb7cb7302f4a54fff73b6082de40a4a 100644 (file)
@@ -145,7 +145,7 @@ static int __init cmx270_init(void)
 
        ret = gpio_request(GPIO_NAND_CS, "NAND CS");
        if (ret) {
-               pr_warning("CM-X270: failed to request NAND CS gpio\n");
+               pr_warn("CM-X270: failed to request NAND CS gpio\n");
                return ret;
        }
 
@@ -153,7 +153,7 @@ static int __init cmx270_init(void)
 
        ret = gpio_request(GPIO_NAND_RB, "NAND R/B");
        if (ret) {
-               pr_warning("CM-X270: failed to request NAND R/B gpio\n");
+               pr_warn("CM-X270: failed to request NAND R/B gpio\n");
                goto err_gpio_request;
        }