Hi all, After merging the scsi-mkp tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: drivers/scsi/qla2xxx/qla_nvme.c: In function 'qla2xxx_process_purls_pkt': drivers/scsi/qla2xxx/qla_nvme.c:1183:20: warning: unused variable 'fcport' [-Wunused-variable] 1183 | fc_port_t *fcport = uctx->fcport; | ^~~~~~ Introduced by commit 27177862de96 ("scsi: qla2xxx: Fix nvme_fc_rcv_ls_req() undefined error") # CONFIG_NVME_FC is not set -- Cheers, Stephen Rothwell