drivers/net/davinci_emac.c: Fix continuation line formats
String constants that are continued on subsequent lines with \ are not good. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
59b26c7291
commit
235ecb1db0
@ -2672,8 +2672,7 @@ static int __devinit davinci_emac_probe(struct platform_device *pdev)
|
|||||||
priv->emac_base_phys = res->start + pdata->ctrl_reg_offset;
|
priv->emac_base_phys = res->start + pdata->ctrl_reg_offset;
|
||||||
size = res->end - res->start + 1;
|
size = res->end - res->start + 1;
|
||||||
if (!request_mem_region(res->start, size, ndev->name)) {
|
if (!request_mem_region(res->start, size, ndev->name)) {
|
||||||
dev_err(emac_dev, "DaVinci EMAC: failed request_mem_region() \
|
dev_err(emac_dev, "DaVinci EMAC: failed request_mem_region() for regs\n");
|
||||||
for regs\n");
|
|
||||||
rc = -ENXIO;
|
rc = -ENXIO;
|
||||||
goto probe_quit;
|
goto probe_quit;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user