[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)
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>

No differences found