Commits
Joe Hershberger committed fcecb4a52c7
mtd: nand: Check if NAND is locked tight before lock cmds If the NAND is locked tight, commands such as lock and unlock will not work, but the NAND chip may not report an error. Check the lock tight status before attempting such operations so that an error status can be reported if we know the operation will not succeed. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>