arcnet: Convert BUGMSG and BUGMSG2 to arc_prink and arc_cont
These macros don't actually represent BUG uses but are more commonly used as logging macros, so use a more kernel style macro. Convert the BUGMSG from a netdev_ like use to actually use netdev_<level>. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
This commit is contained in:
committed by
Michael Grzeschik
parent
72aeea4841
commit
a34c0932c3
@ -99,7 +99,7 @@ static int com20020pci_probe(struct pci_dev *pdev, const struct pci_device_id *i
|
||||
|
||||
lp = netdev_priv(dev);
|
||||
|
||||
BUGMSG(D_NORMAL, "%s Controls\n", ci->name);
|
||||
arc_printk(D_NORMAL, dev, "%s Controls\n", ci->name);
|
||||
ioaddr = pci_resource_start(pdev, cm->bar) + cm->offset;
|
||||
|
||||
r = devm_request_region(&pdev->dev, ioaddr, cm->size,
|
||||
|
Reference in New Issue
Block a user