From: Brian Norris Date: Sat, 28 Feb 2015 10:02:27 +0000 (-0800) Subject: mtd: nand: fixup bounds checks for nand_{lock,unlock}() X-Git-Tag: omap-for-v4.1/fixes-rc1~47^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a2348a1ac1380adf429035dbf3fdad0d5367bc;p=pandora-kernel.git 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 --- Reading git-diff-tree failed