]> git.baikalelectronics.ru Git - kernel.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)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Fri, 5 Apr 2013 11:56:44 +0000 (12:56 +0100)
commit54c48756135e076d76e9a0413ca3fd519fddbdf5
treee3f5b73acd40d1934c69bf4df72b49f3e78873aa
parent5c08797761f851b5edca1c8788dfa3971876235d
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>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
drivers/mtd/nand/nand_base.c