net: wan/lmc: dont print format string when not available
authorTong Zhang <ztong0001@gmail.com>
Mon, 15 Feb 2021 19:23:07 +0000 (14:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Feb 2021 21:03:22 +0000 (13:03 -0800)
commita67f06161558013b653d666213ecd66714ef3af8
treea93feefd5d98422732ca12dba3344bb62bdc3853
parent62e69bc419772638369eff8ff81340bde8aceb61
net: wan/lmc: dont print format string when not available

dev->name is determined only after calling register_hdlc_device(),
however ,it is used by printk before the name is fully determined.

  [    4.565137] hdlc%d: detected at e8000000, irq 11

Instead of printing out a %d, print hdlc directly

Signed-off-by: Tong Zhang <ztong0001@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wan/lmc/lmc_main.c