OSDN Git Service

net: qualcomm: rmnet: Move the device creation log
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Sun, 3 Sep 2017 05:30:43 +0000 (23:30 -0600)
committerDavid S. Miller <davem@davemloft.net>
Mon, 4 Sep 2017 04:27:18 +0000 (21:27 -0700)
commit2d516c0d904af52967bb974ee58aa74819d8d05f
tree4dfc24922ca467bf6d80c899b4c5fd3e484afd5f
parent61bf5490ec47f61b522ecf24958c835aefa38812
net: qualcomm: rmnet: Move the device creation log

The current log is not very useful as it does not log the device
name since it it is prior to registration -

(unnamed net_device) (uninitialized): Setting up device

Modify to log after the device registration -

rmnet1: rmnet dev created

Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_vnd.c