From: Bartlomiej Zolnierkiewicz Date: Fri, 27 Mar 2009 11:46:47 +0000 (+0100) Subject: ide: remove ide_execute_pkt_cmd() (v2) X-Git-Tag: v2.6.30-rc1~623^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b5d0be3d8de9a5ac51471c12029fb115200cdc;p=pandora-kernel.git ide: remove ide_execute_pkt_cmd() (v2) * Pass command structure to ide_execute_command() and skip __ide_set_handler() for ATAPI protocols on non-DRQ devices. * Convert ide_issue_pc() to always use ide_execute_command() and remove no longer needed ide_execute_pkt_cmd(). v2: * Fix for non-DRQ devices (based on report from Borislav). There should be no functional changes caused by this patch. Acked-by: Borislav Petkov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed