From: Tejun Heo Date: Fri, 21 Sep 2007 11:07:14 +0000 (+0900) Subject: libata: fix ata_set_max_sectors() X-Git-Tag: v2.6.24-rc1~1391^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e582ba4ef6264dd8cb73250ebff767d0624d684;p=pandora-kernel.git libata: fix ata_set_max_sectors() In ata_set_max_sectors(), the highest nibble in LBA28 mode was missing. This made drives sized between 8G and 128G with HPA turned on to be resized to under 8G. Fix it. Signed-off-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed