]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc_wr_tx_p...
authorGuangguan Wang <guangguan.wang@linux.alibaba.com>
Sat, 28 May 2022 06:54:57 +0000 (14:54 +0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 28 May 2022 11:36:26 +0000 (12:36 +0100)
commit6ae7efe6bdff2c616481c5e723f43c33ad162a09
tree20cd76a9e54eb0ed932577fd4c8b3338670f10c3
parent9e7f7fc245392f9e4384e07d5d38f23ca62a4fe4
net/smc: fixes for converting from "struct smc_cdc_tx_pend **" to "struct smc_wr_tx_pend_priv *"

"struct smc_cdc_tx_pend **" can not directly convert
to "struct smc_wr_tx_pend_priv *".

Fixes: 250b5b9e3a9d ("net/smc: put slot when connection is killed")
Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_cdc.c