]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mtd: nand_base: Removed unnecessary command masking
authorAlexander Shiyan <shc_work@mail.ru>
Thu, 28 Feb 2013 08:02:19 +0000 (12:02 +0400)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 11 Mar 2013 08:10:51 +0000 (10:10 +0200)
commite524097017a7e22a4be9c97d759526e121176b14
treeeebc7a24f235479151bd17ed2531b067f4e13a3e
parent8790a984fea945cf20d70e894257519854a37ccd
mtd: nand_base: Removed unnecessary command masking

NAND command, passed to cmd_ctrl(), is masked with 0xff. This patch
removes this since masking is not necessary and masking is not performed
in other places for same call.

Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
drivers/mtd/nand/nand_base.c