ide-scsi: pass packet command in rq->cmd
authorBorislav Petkov <petkovbb@googlemail.com>
Wed, 23 Jul 2008 17:56:00 +0000 (19:56 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Wed, 23 Jul 2008 17:56:00 +0000 (19:56 +0200)
commit08feacf3bcc20c33e6a2a91d85d8190dd219d967
treeadf40b044b554ee33da8b4de9562c87c69bd6e9e
parent0014c75be31d9fa7435105afa9960374a82cc55c
ide-scsi: pass packet command in rq->cmd

Make a redundant copy of the packet command bits into rq->cmd.
Later, after all drivers have been converted, it'll be
switched to use that in the common code instead of pc->c.

There should be no functionality change resulting from this patch.

Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/scsi/ide-scsi.c