mbox series

[net,0/5] refactoring of ibmvnic code

Message ID 20200814075921.88745-1-ljp@linux.ibm.com
Headers show
Series refactoring of ibmvnic code | expand

Message

Lijun Pan Aug. 14, 2020, 7:59 a.m. UTC
This patch series refactor reset_init and init functions,
improve the debugging messages, and make some other cosmetic changes
to make the code easier to read and debug.

Lijun Pan (5):
  ibmvnic: print caller in several error messages
  ibmvnic: compare adapter->init_done_rc with more readable
    ibmvnic_rc_codes
  ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
  ibmvnic: remove never executed if statement
  ibmvnic: merge ibmvnic_reset_init and ibmvnic_init

 drivers/net/ethernet/ibm/ibmvnic.c | 98 +++++++++---------------------
 1 file changed, 28 insertions(+), 70 deletions(-)

Comments

David Miller Aug. 14, 2020, 8:53 p.m. UTC | #1
From: Lijun Pan <ljp@linux.ibm.com>
Date: Fri, 14 Aug 2020 02:59:16 -0500

> This patch series refactor reset_init and init functions,
> improve the debugging messages, and make some other cosmetic changes
> to make the code easier to read and debug.

Cosmetic changes and cleanups are not appropriate at this time as
the net-next tree is closed.

Please repost these changes when the net-next tree opens back up.