]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Input: egalax_ts - remove redundant of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Sun, 6 Oct 2013 07:52:12 +0000 (00:52 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Sun, 6 Oct 2013 08:22:26 +0000 (01:22 -0700)
commit085f17c6542c089e094633070d0e2e466f6da80b
treee5dbf7a7a8f33b756de814aa051f6760010d9749
parentdee964c0b82230c6fc291514b925f030e6f72a4c
Input: egalax_ts - 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: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/touchscreen/egalax_ts.c