]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41fa227446e2a824b025203a53cb590a5030474b
treeb8e48e245c4ace1c96322707883d1e623131da75
parentd3096957f0545c370af2d138ba791cef0bfcb2fe
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