mtd: nand: Remove BUG() abuse in nand_scan_tail
authorEzequiel García <[email protected]>
Fri, 1 Apr 2016 21:29:24 +0000 (18:29 -0300)
committerBoris Brezillon <[email protected]>
Tue, 19 Apr 2016 20:04:52 +0000 (22:04 +0200)
commit11eaf6df1cce3c5e9f51b422aaedc42dc4aa1d37
tree45dd6ca39e8033b655afd98cfa6d18bad79a83d5
parent2cd395d13a104cd96ddae5c5612871dc18553cca
mtd: nand: Remove BUG() abuse in nand_scan_tail

There's no reason to BUG() when parameters are being
validated. Drivers can get things wrong, and it's much nicer
to just throw a noisy warn and fail gracefully, than calling
BUG() and throwing the whole system down the drain.

Signed-off-by: Ezequiel Garcia <[email protected]>
Reviewed-by: Richard Weinberger <[email protected]>
Signed-off-by: Boris Brezillon <[email protected]>
drivers/mtd/nand/nand_base.c