Skip to content
Commit b1a2348a authored by Brian Norris's avatar Brian Norris
Browse files

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: default avatarBrian Norris <computersforpeace@gmail.com>
parent b9da8bae
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment