[RFC v3 15/15] u14-34f: Add scsi_cmd_get_serial() call

From: Nicholas A. Bellinger
Date: Thu Sep 23 2010 - 19:39:53 EST


From: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx>

This patch adds a scsi_cmd_get_serial() call in u14_34f_queuecommand()
to setup a valid struct scsi_cmnd->serial_number because reorder() still
depends upon this being set.

Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx>
---
drivers/scsi/u14-34f.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/u14-34f.c b/drivers/scsi/u14-34f.c
index 5d9fdee..ea20906 100644
--- a/drivers/scsi/u14-34f.c
+++ b/drivers/scsi/u14-34f.c
@@ -1255,6 +1255,12 @@ static int u14_34f_queuecommand(struct scsi_cmnd *SCpnt, void (*done)(struct scs
/* j is the board number */
j = ((struct hostdata *) SCpnt->device->host->hostdata)->board_number;

+ /*
+ * Call scsi_cmd_get_serial() because we need a valid serial number
+ * for reorder().
+ */
+ scsi_cmd_get_serial(SCpnt);
+
if (SCpnt->host_scribble)
panic("%s: qcomm, pid %ld, SCpnt %p already active.\n",
BN(j), SCpnt->serial_number, SCpnt);
--
1.7.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/