Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arcnet: com20020: remove needless base_addr assignment

The assignment is superfluous.

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Michael Grzeschik and committed by
David S. Miller
0d494fcf 06908d7a

-2
-2
drivers/net/arcnet/com20020.c
··· 246 246 return -ENODEV; 247 247 } 248 248 249 - dev->base_addr = ioaddr; 250 - 251 249 arc_printk(D_NORMAL, dev, "%s: station %02Xh found at %03lXh, IRQ %d.\n", 252 250 lp->card_name, dev->dev_addr[0], dev->base_addr, dev->irq); 253 251