Re: [PATCH net-next 6/9] net: phy: add backplane kr driver support
From: David Miller <davem@davemloft.net>
Date: 2020-03-26 18:53:34
Also in:
linux-devicetree, linux-doc, lkml
From: David Miller <davem@davemloft.net>
Date: 2020-03-26 18:53:34
Also in:
linux-devicetree, linux-doc, lkml
From: Florinel Iordache <redacted> Date: Thu, 26 Mar 2020 15:51:19 +0200
+static void kr_reset_master_lane(struct kr_lane_info *krln)
+{
+ struct phy_device *bpphy = krln->bpphy;
+ struct backplane_phy_info *bp_phy = bpphy->priv;
+ const struct lane_io_ops *lane_ops = krln->bp_phy->bp_dev.lane_ops;Please use reverse christmas tree ordering for local variables. Please audit your entire submission for this issue. Thank you.