commit | b1a2348a1ac1380adf429035dbf3fdad0d5367bc | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Sat Feb 28 02:02:27 2015 -0800 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Mar 11 15:21:48 2015 -0700 |
tree | 4c572468b5ea194554e4eebeb9cd3ebd674d1dd6 | |
parent | b9da8bae416efda5ad61c7c92edbb30de15ff7ee [diff] |
mtd: nand: fixup bounds checks for nand_{lock,unlock}() Coverity noticed that these 'ret' assignments weren't being used. Let's use them. Note that nand_lock() and nand_unlock() are still not officially used by any drivers. Coverity CIDs #1227054 and #1227037 Signed-off-by: Brian Norris <computersforpeace@gmail.com>