mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-01 14:52:32 +00:00
mtd: nand: correct indentation within conditional
We had an extra tab. Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
b74bdbe588
commit
db5b09f6ed
@ -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))
|
if (find_full_id_nand(mtd, chip, type, id_data, &busw))
|
||||||
goto ident_done;
|
goto ident_done;
|
||||||
} else if (*dev_id == type->dev_id) {
|
} else if (*dev_id == type->dev_id) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user