]> Pileus Git - ~andy/linux/commit
mtd: nand: pxa3xx: Use chip->cmdfunc instead of the internal
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Thu, 7 Nov 2013 15:17:15 +0000 (12:17 -0300)
committerBrian Norris <computersforpeace@gmail.com>
Fri, 3 Jan 2014 19:22:10 +0000 (11:22 -0800)
commit2d79ab16f592f07f21d666a86682684ab2d135f8
tree291b1f6e199db61e2270d69220f6e00fe4f75f69
parentc7e9c7e71b5a76adf42bf10e059ae1d63bcd5e1a
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 <shijie8@gmail.com>
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Tested-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/pxa3xx_nand.c