]> git.baikalelectronics.ru Git - kernel.git/commit
usb: phy: phy-nop: Remove redundant use of of_match_ptr
authorSachin Kamat <sachin.kamat@linaro.org>
Tue, 21 May 2013 11:47:22 +0000 (17:17 +0530)
committerFelipe Balbi <balbi@ti.com>
Tue, 28 May 2013 17:14:39 +0000 (20:14 +0300)
commit27171738ab5c19225cb1999476a223d474fd0e5b
tree86f40e8fb8f668f50f24e82c413ec7cb78798aea
parent50102c95ed64c60c9ecfc5b3a1d262414e210454
usb: phy: phy-nop: Remove redundant use of of_match_ptr

'nop_xceiv_dt_ids' is always compiled in. Hence use of
of_match_ptr is unnecessary.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/phy/phy-nop.c