projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16da4b1
)
usb: phy-keystone: Remove redundant of_match_ptr helper
author
Sachin Kamat
<sachin.kamat@linaro.org>
Sat, 21 Dec 2013 09:50:07 +0000
(15:20 +0530)
committer
Felipe Balbi
<balbi@ti.com>
Mon, 23 Dec 2013 16:13:33 +0000
(10:13 -0600)
'keystone_usbphy_ids' is always compiled in. Hence the
helper macro is not needed.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: WingMan Kwok <w-kwok2@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-keystone.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/phy/phy-keystone.c
b/drivers/usb/phy/phy-keystone.c
index 533db1284ce7284e8a219af030230a7100674e95..ee1d03b802e145507c9add86b8cccc61fe7cae69 100644
(file)
--- a/
drivers/usb/phy/phy-keystone.c
+++ b/
drivers/usb/phy/phy-keystone.c
@@
-129,7
+129,7
@@
static struct platform_driver keystone_usbphy_driver = {
.driver = {
.name = "keystone-usbphy",
.owner = THIS_MODULE,
- .of_match_table =
of_match_ptr(keystone_usbphy_ids)
,
+ .of_match_table =
keystone_usbphy_ids
,
},
};