Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

usb: phy-keystone: Remove redundant of_match_ptr helper

'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>

authored by

Sachin Kamat and committed by
Felipe Balbi
ed40082d 16da4b17

+1 -1
+1 -1
drivers/usb/phy/phy-keystone.c
··· 129 129 .driver = { 130 130 .name = "keystone-usbphy", 131 131 .owner = THIS_MODULE, 132 - .of_match_table = of_match_ptr(keystone_usbphy_ids), 132 + .of_match_table = keystone_usbphy_ids, 133 133 }, 134 134 }; 135 135