From: Bartlomiej Zolnierkiewicz Date: Mon, 28 Apr 2008 21:44:36 +0000 (+0200) Subject: ide: merge ->atapi_*put_bytes and ->ata_*put_data methods X-Git-Tag: v2.6.26-rc1~688^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9567b349f7e7dd7e2483db99ee8e4a6fe0caca38;p=pandora-kernel.git ide: merge ->atapi_*put_bytes and ->ata_*put_data methods * Merge ->atapi_{in,out}put_bytes and ->ata_{in,out}put_data methods into new ->{in,out}put_data methods which take number of bytes to transfer as an argument and always do padding. While at it: * Use 'hwif' or 'drive->hwif' instead of 'HWIF(drive)'. There should be no functional changes caused by this patch (all users of ->ata_{in,out}put_data methods were using multiply-of-4 word counts). Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed