On 9/12/16, 11:15 PM, "Stephen Rothwell" <sfr@xxxxxxxxxxxxxxxx> wrote: > Hi James, > > After merging the scsi tree, today's linux-next build (powerpc > allyesconfig) produced this warning: > > drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c: In function 'ibmvscsis_rdma': > drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c:3190:20: warning: unused variable 'srp' [-Wunused-variable] > struct srp_cmd *srp = (struct srp_cmd *)iue->sbuf->buf; > ^ > > Introduced by commit > > 812902159d41 ("scsi: ibmvscsis: Code cleanup of print statements") Looks like cleaning up the print statement made this variable unused so deleting that line would be best. -Bryant -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html