net: ena: Move reset completion print to the reset function
authorArthur Kiyanovski <akiyano@amazon.com>
Fri, 7 Jan 2022 20:23:42 +0000 (20:23 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 8 Jan 2022 03:25:51 +0000 (19:25 -0800)
commite3445469803387ce4940fdb30081498104c57abf
treeb8e48e245c4ace1c96322707883d1e623131da75
parent09f8676eae1d20f840c418503001d29d1ecaa584
net: ena: Move reset completion print to the reset function

The print that indicates that device reset has finished is
currently called from ena_restore_device().

Move it to ena_fw_reset_device() as it is the more natural
location for it.

Signed-off-by: Shay Agroskin <shayagr@amazon.com>
Signed-off-by: Arthur Kiyanovski <akiyano@amazon.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/amazon/ena/ena_netdev.c