forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
e823aa7c6d
commit
7a22cc9709
@ -270,7 +270,7 @@ static struct platform_driver nop_usb_xceiv_driver = {
|
||||
.driver = {
|
||||
.name = "nop_usb_xceiv",
|
||||
.owner = THIS_MODULE,
|
||||
.of_match_table = of_match_ptr(nop_xceiv_dt_ids),
|
||||
.of_match_table = nop_xceiv_dt_ids,
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user