]> Git Repo - linux.git/commit
net: amd: mvme147: Fix probe banner message
authorDaniel Palmer <[email protected]>
Mon, 7 Oct 2024 10:43:17 +0000 (19:43 +0900)
committerDavid S. Miller <[email protected]>
Wed, 9 Oct 2024 11:45:51 +0000 (12:45 +0100)
commit82c5b53140faf89c31ea2b3a0985a2f291694169
treeb6dfc72da28374eb47c765ee0120784d76c76b61
parenta6ad589c1d118f9d5b1bc4c6888d42919f830340
net: amd: mvme147: Fix probe banner message

Currently this driver prints this line with what looks like
a rogue format specifier when the device is probed:
[    2.840000] eth%d: MVME147 at 0xfffe1800, irq 12, Hardware Address xx:xx:xx:xx:xx:xx

Change the printk() for netdev_info() and move it after the
registration has completed so it prints out the name of the
interface properly.

Signed-off-by: Daniel Palmer <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
drivers/net/ethernet/amd/mvme147.c
This page took 0.067229 seconds and 4 git commands to generate.