mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 18:11:47 +00:00
net: micrel: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a319aedde4
commit
eba251f2e6
@ -1112,7 +1112,7 @@ int ks8851_probe_common(struct net_device *netdev, struct device *dev,
|
||||
|
||||
/* setup mii state */
|
||||
ks->mii.dev = netdev;
|
||||
ks->mii.phy_id = 1,
|
||||
ks->mii.phy_id = 1;
|
||||
ks->mii.phy_id_mask = 1;
|
||||
ks->mii.reg_num_mask = 0xf;
|
||||
ks->mii.mdio_read = ks8851_phy_read;
|
||||
|
Loading…
Reference in New Issue
Block a user