From: Bartlomiej Zolnierkiewicz Date: Fri, 25 Jan 2008 21:17:09 +0000 (+0100) Subject: ide: execute_drive_cmd() cleanup X-Git-Tag: v2.6.25-rc1~1236^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21d535c91362a1a3bbb299b2e7214c1a6971ef95;p=pandora-kernel.git ide: execute_drive_cmd() cleanup * Rename 'args' variable in 'if (rq->cmd_type == REQ_TYPE_ATA_TASKFILE)' block to 'task'. * execute_drive_cmd() is used only for REQ_TYPE_ATA_{CMD,TASK,TASKFILE} so we can move the common code out from 'if (rq->cmd_type == REQ_TYPE_ATA_CMD)' and 'if (rq->cmd_type == REQ_TYPE_ATA_TASK)' blocks. There should be no functionality changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed