]> git.baikalelectronics.ru Git - kernel.git/commit
leds: pwm: Remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Sat, 28 Sep 2013 11:38:31 +0000 (04:38 -0700)
committerBryan Wu <cooloney@gmail.com>
Tue, 22 Oct 2013 17:57:34 +0000 (10:57 -0700)
commit79ba031fedc98e664ef107578cc127cbdd30631e
tree11dc272622534bfef359fef06367d341c55a02f5
parenta4fa06a23f676593cc9e248393e03736a5c7dc4e
leds: pwm: 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: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-pwm.c