[PATCH] libata: kill @cdb argument from xlat methods
authorTejun Heo <htejun@gmail.com>
Sun, 17 Dec 2006 01:45:57 +0000 (10:45 +0900)
committerJeff Garzik <jeff@garzik.org>
Wed, 20 Dec 2006 19:26:26 +0000 (14:26 -0500)
commitad706991f4f0d1476aecbdae2df5e36552b340b2
tree3abc5ec16c191d168fd3a34dd1f6ea46491cb7b2
parent542b1444c5639e5964f9aa99e1cb231381d8a7a4
[PATCH] libata: kill @cdb argument from xlat methods

xlat function will be updated to consider qc->scsicmd->cmd_len and
many xlat functions deference qc->scsicmd already.  It doesn't make
sense to pass qc->scsicmd->cmnd as @cdb separately.  Kill the
argument.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/libata-scsi.c