phy: ti: Fix not calling dev_err with a device
authorSean Anderson <seanga2@gmail.com>
Tue, 15 Sep 2020 14:45:05 +0000 (10:45 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Sep 2020 12:53:33 +0000 (08:53 -0400)
commit29e0969bbd1e406afadc145a61a427d1d528bd64
treeb9c5fe8bcbedbd57c8858ffe0e7f22732cd3d992
parent73345173101e870df8b816aadc94651e105b00bc
phy: ti: Fix not calling dev_err with a device

`phy` doesn't exist; we need to use `x` instead.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
Tested-by: Patrick Delaunay <patrick.delaunay@st.com>
drivers/phy/phy-ti-am654.c