|
@@ -110,7 +110,7 @@ struct phy_init_data {
|
|
|
.port = _port, \
|
|
|
}
|
|
|
|
|
|
-#define to_phy(dev) (container_of((dev), struct phy, dev))
|
|
|
+#define to_phy(a) (container_of((a), struct phy, dev))
|
|
|
|
|
|
#define of_phy_provider_register(dev, xlate) \
|
|
|
__of_phy_provider_register((dev), THIS_MODULE, (xlate))
|