ar71xx: build ALFA AP96 images with default profile as well
[oweals/openwrt.git] / target / linux / ar71xx / files / drivers / mtd / maps / ar91xx_flash.c
index 1a55f4a5447cb162a2e5416336feeb616ff3eb3d..51ba7f578001daf3ddcd203d2ce9aba05fcad98e 100644 (file)
@@ -227,7 +227,7 @@ static int ar91xx_flash_probe(struct platform_device *pdev)
        add_mtd_device(info->mtd);
        return 0;
 
- err_out:
+err_out:
        ar91xx_flash_remove(pdev);
        return err;
 }
@@ -246,7 +246,7 @@ static int ar91xx_flash_suspend(struct platform_device *dev, pm_message_t state)
 
        return 0;
 
- fail:
+fail:
        if (info->mtd->suspend) {
                BUG_ON(!info->mtd->resume);
                info->mtd->resume(info->mtd);