scsi: sd: sr: Convert two assignments into warning statements
authorBart Van Assche <bart.vanassche@wdc.com>
Fri, 25 Aug 2017 20:46:33 +0000 (13:46 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 21:08:08 +0000 (17:08 -0400)
commit0624cbb1e2e64ae4d7d55dc81fc39a0af87a2bd7
treee070944a3dd8aeb9583276371d5fa412a3b4e721
parentbed2213d01de474eb8a6f3891070eec6be6fe772
scsi: sd: sr: Convert two assignments into warning statements

Before scsi_prep_fn() calls the ULP .init_command() callback
function it stores the SCSI command pointer in request.special.
This means that the SCpnt = rq->special assignments in the sd
and sr drivers assign a pointer to itself. Hence convert these
two assignment statements into warning statements.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Hannes Reinecke <hare@suse.com>
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/sd.c
drivers/scsi/sr.c