From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:46 +0000 (+0100) Subject: ide: use do_rw_taskfile() for ATA_CMD_PACKET commands X-Git-Tag: v2.6.30-rc1~623^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b788ee9c6561fd9219a503216284d61036a0dc0b;p=pandora-kernel.git ide: use do_rw_taskfile() for ATA_CMD_PACKET commands * Pass command to ide_issue_pc() and update ->do_request methods in ide-{cd,floppy,tape}.c accordingly. * Convert ide_pktcmd_tf_load() to ide_init_packet_cmd() which just initializes command structure and use do_rw_taskfile() to load ATA_CMD_PACKET commands. While at it: * Rename ide{floppy,tape}_issue_pc() to ide_{floppy,tape}_issue_pc(). There should be no functional changes caused by this patch. Acked-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed