Re: [PATCH v2] net/core: tidy up an error message

2018-12-03 Thread David Miller
From: Qian Cai Date: Sat, 1 Dec 2018 21:11:19 -0500 > netif_napi_add() could report an error like this below due to it allows > to pass a format string for wildcarding before calling > dev_get_valid_name(), > > "netif_napi_add() called with weight 256 on device eth%d" > > For example, hns_enet

[PATCH v2] net/core: tidy up an error message

2018-12-01 Thread Qian Cai
netif_napi_add() could report an error like this below due to it allows to pass a format string for wildcarding before calling dev_get_valid_name(), "netif_napi_add() called with weight 256 on device eth%d" For example, hns_enet_drv module does this. hns_nic_try_get_ae hns_nic_init_ring_data