From: Ezequiel Garcia Date: Thu, 7 Nov 2013 15:17:15 +0000 (-0300) Subject: mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal X-Git-Tag: v3.14-rc1~65^2~134 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d79ab16f592f07f21d666a86682684ab2d135f8;p=pandora-kernel.git mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal Whenever possible, it's always better to use the generic chip->cmdfunc instead of the internal pxa3xx_nand_cmdfunc(). In this particular case, this will allow to have multiple cmdfunc() implementations for different SoC variants. Reviewed-by: Huang Shijie Signed-off-by: Ezequiel Garcia Tested-by: Daniel Mack Signed-off-by: Brian Norris --- Reading git-diff-tree failed