commit | 11eaf6df1cce3c5e9f51b422aaedc42dc4aa1d37 | [log] [tgz] |
---|---|---|
author | Ezequiel GarcĂa <ezequiel@vanguardiasur.com.ar> | Fri Apr 01 18:29:24 2016 -0300 |
committer | Boris Brezillon <boris.brezillon@free-electrons.com> | Tue Apr 19 22:04:52 2016 +0200 |
tree | 45dd6ca39e8033b655afd98cfa6d18bad79a83d5 | |
parent | 2cd395d13a104cd96ddae5c5612871dc18553cca [diff] |
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 <ezequiel@vanguardiasur.com.ar> Reviewed-by: Richard Weinberger <richard@nod.at> Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>