]> asedeno.scripts.mit.edu Git - linux.git/commit
net: phy: mdio-mux-bcm-iproc: simplify getting .driver_data
authorWolfram Sang <wsa+renesas@sang-engineering.com>
Sun, 21 Oct 2018 20:00:20 +0000 (22:00 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Oct 2018 04:10:12 +0000 (21:10 -0700)
commit2c67e33de2d3f2350cff2e131f5aa8d7f1ff6f9f
tree0ac0480f6c4131437de72933de2adb0132d4be0c
parent44f5ccdbc97debd03d10c1b0fde3f60e2294f001
net: phy: mdio-mux-bcm-iproc: simplify getting .driver_data

We should get 'driver_data' from 'struct device' directly. Going via
platform_device is an unneeded step back and forth.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/phy/mdio-mux-bcm-iproc.c