]> git.baikalelectronics.ru Git - kernel.git/commit
mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Mon, 30 Sep 2013 09:40:22 +0000 (15:10 +0530)
committerBrian Norris <computersforpeace@gmail.com>
Thu, 7 Nov 2013 07:32:45 +0000 (23:32 -0800)
commit500e5944f3a80a3c88642826b5d6a7de719fa180
treeb06ba5ace1f01de3f479c3c2c24f8a9968096f83
parentdf5254b84b844694a6e9c20412b042fd631c79ed
mtd: nand: lpc32xx_mlc: Remove redundant of_match_ptr

The data structure of_match_ptr() protects is always compiled in.
Hence of_match_ptr() is not needed.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/nand/lpc32xx_mlc.c