aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/phy/phy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/phy/phy.h b/include/linux/phy/phy.h
index 8cb6f815475b..9fda68324298 100644
--- a/include/linux/phy/phy.h
+++ b/include/linux/phy/phy.h
@@ -110,7 +110,7 @@ struct phy_init_data {
110 .port = _port, \ 110 .port = _port, \
111} 111}
112 112
113#define to_phy(dev) (container_of((dev), struct phy, dev)) 113#define to_phy(a) (container_of((a), struct phy, dev))
114 114
115#define of_phy_provider_register(dev, xlate) \ 115#define of_phy_provider_register(dev, xlate) \
116 __of_phy_provider_register((dev), THIS_MODULE, (xlate)) 116 __of_phy_provider_register((dev), THIS_MODULE, (xlate))