Re: [net-next v31 2/2] mctp pcc: Implement MCTP over PCC Transport
From: Jakub Kicinski
Date: Thu Feb 26 2026 - 21:35:25 EST
On Tue, 24 Feb 2026 18:10:52 -0500 Adam Young wrote:
> Implementation of network driver for
> Management Component Transport Protocol(MCTP)
> over Platform Communication Channel(PCC)
make sure this builds cleanly with W=1 please:
drivers/net/mctp/mctp-pcc.c:133:27: warning: variable 'outbox' set but not used [-Wunused-but-set-variable]
133 | struct mctp_pcc_mailbox *outbox;
| ^