Re: [PATCH net-next 1/1] net/smc: parameter cleanup in smc_cdc_get_free_slot()

2017-09-21 Thread David Miller
From: Ursula Braun Date: Thu, 21 Sep 2017 09:17:34 +0200 > Use the smc_connection as first parameter with smc_cdc_get_free_slot(). > This is just a small code cleanup, no functional change. > > Signed-off-by: Ursula Braun Applied.

[PATCH net-next 1/1] net/smc: parameter cleanup in smc_cdc_get_free_slot()

2017-09-21 Thread Ursula Braun
Use the smc_connection as first parameter with smc_cdc_get_free_slot(). This is just a small code cleanup, no functional change. Signed-off-by: Ursula Braun --- net/smc/smc_cdc.c | 7 --- net/smc/smc_cdc.h | 3 ++- net/smc/smc_tx.c | 6 ++ 3 files changed, 8