net: freescale: 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
011446cd2f
commit
af89784eb6
|
@ -430,7 +430,7 @@ static int fsl_pq_mdio_probe(struct platform_device *pdev)
|
|||
return -ENOMEM;
|
||||
|
||||
priv = new_bus->priv;
|
||||
new_bus->name = "Freescale PowerQUICC MII Bus",
|
||||
new_bus->name = "Freescale PowerQUICC MII Bus";
|
||||
new_bus->read = &fsl_pq_mdio_read;
|
||||
new_bus->write = &fsl_pq_mdio_write;
|
||||
new_bus->reset = &fsl_pq_mdio_reset;
|
||||
|
|
Loading…
Reference in New Issue