aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd
diff options
context:
space:
mode:
authorGravatar Brian Norris <computersforpeace@gmail.com> 2015-05-22 10:43:12 -0700
committerGravatar Brian Norris <computersforpeace@gmail.com> 2015-05-22 10:57:47 -0700
commitdb5b09f6ed9d7617e43d7140e8bd8649ec067862 (patch)
tree20650d3b2316325e89782dba6ba5d115dfc9ca5b /drivers/mtd
parentmtd: remove incorrect file name (diff)
downloadlinux-db5b09f6ed9d7617e43d7140e8bd8649ec067862.tar.gz
linux-db5b09f6ed9d7617e43d7140e8bd8649ec067862.tar.bz2
linux-db5b09f6ed9d7617e43d7140e8bd8649ec067862.zip
mtd: nand: correct indentation within conditional
We had an extra tab. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'drivers/mtd')
-rw-r--r--drivers/mtd/nand/nand_base.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c
index a157757347ec..ceb68ca8277a 100644
--- a/drivers/mtd/nand/nand_base.c
+++ b/drivers/mtd/nand/nand_base.c
@@ -3685,7 +3685,7 @@ static struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd,
if (find_full_id_nand(mtd, chip, type, id_data, &busw))
goto ident_done;
} else if (*dev_id == type->dev_id) {
- break;
+ break;
}
}