commit | 23819f2eaab87080b0190ed94a0728fc8ea84711 | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <christophe.jaillet@wanadoo.fr> | Sun Jan 10 07:46:39 2016 +0100 |
committer | Brian Norris <computersforpeace@gmail.com> | Fri Jan 22 16:35:25 2016 -0800 |
tree | bacd4e25508bc84826622de230ad799e7dfeb9a2 | |
parent | f9bdbd6c46c8ce0bb95f5b708a4a4a4b6b9a5917 [diff] |
mtd: nand: mpc5121: use 'of_machine_is_compatible' to simplify code The current code is the same as 'of_machine_is_compatible'. So use it in order to remove a few lines of code and to be more consistent with other parts of the kernel. Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr> Reviewed-by: Boris Brezillon <boris.brezillon@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>