From: Shmulik Ladkani Date: Wed, 9 May 2012 10:06:35 +0000 (+0300) Subject: mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' X-Git-Tag: v3.5-rc1~8^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c2ffb11d40dd967eecb45b8570a871746ba124b;p=pandora-kernel.git mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' As of [mtd: nand: remove autoincrement 'sndcmd' code], the NAND_CMD_READ0 command is issued unconditionally. Thus, read_oob/read_oob_raw's 'sndcmd' argument is no longer needed, as well as their return code. Remove the 'sndcmd' parameter, and set the return code to 0. Signed-off-by: Shmulik Ladkani Signed-off-by: Artem Bityutskiy Signed-off-by: David Woodhouse --- Reading git-diff-tree failed