]> git.baikalelectronics.ru Git - kernel.git/commit
iavf: Move commands processing to the separate function
authorJakub Pawlak <jakub.pawlak@intel.com>
Tue, 14 May 2019 17:37:04 +0000 (10:37 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Mon, 17 Jun 2019 22:39:26 +0000 (15:39 -0700)
commit58b6564f31c792abdd8c646cc50e73ea789f3a72
tree5f1cab6f2cc6571244cca878418026218c95d8c7
parent2899df65d4d6ebb928e9b9d15e46540b9f3c75ac
iavf: Move commands processing to the separate function

Move the commands processing outside the watchdog_task()
function. This reduce length and complexity of the function
which is mainly designed to process the watchdog state machine.

Signed-off-by: Jakub Pawlak <jakub.pawlak@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/iavf/iavf_main.c