summaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-30 09:44:44 +0530
committerFelipe Balbi <balbi@ti.com>2013-10-01 09:56:23 -0500
commitb432cb837480d7b93f95c2c5766828e9ac7f036a (patch)
treea7ca5bfa143a774d47e368f0846b5c67b6d60aba /drivers/usb/musb
parent4610f19b4a7b0566f39aca490f7dde5b68e10243 (diff)
downloadop-kernel-dev-b432cb837480d7b93f95c2c5766828e9ac7f036a.zip
op-kernel-dev-b432cb837480d7b93f95c2c5766828e9ac7f036a.tar.gz
usb: musb_dsps: 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> Cc: Ravi B <ravibabu@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb')
-rw-r--r--drivers/usb/musb/musb_dsps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_dsps.c b/drivers/usb/musb/musb_dsps.c
index 4047cbb..c7fe16d 100644
--- a/drivers/usb/musb/musb_dsps.c
+++ b/drivers/usb/musb/musb_dsps.c
@@ -628,7 +628,7 @@ static struct platform_driver dsps_usbss_driver = {
.remove = dsps_remove,
.driver = {
.name = "musb-dsps",
- .of_match_table = of_match_ptr(musb_dsps_of_match),
+ .of_match_table = musb_dsps_of_match,
},
};
OpenPOWER on IntegriCloud