From: Alexander Shiyan Date: Thu, 28 Feb 2013 08:02:19 +0000 (+0400) Subject: mtd: nand_base: Removed unnecessary command masking X-Git-Tag: v3.10-rc1~36^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb066adadd224d5e46320b3fa7a80311c09be0d9;p=pandora-kernel.git 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 Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed