From: Sergei Shtylyov Date: Mon, 27 May 2013 22:45:08 +0000 (+0400) Subject: sata_rcar: correct 'sata_rcar_sht' X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~16^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bfbeed58665dbbf63813017712bd0c8e978379e;p=pandora-kernel.git sata_rcar: correct 'sata_rcar_sht' Using ATA_BMDMA_SHT() to intialize 'sata_rcar_sht' was suboptimal as the R-Car descriptor table transfer counter is 28 bits wide (bit 1 to bit 28), so that the 'dma_boundary' field of 0xFFFF is just too small, as well as the 'sg_tablesize' field of 128. Use ATA_BASE_SHT() to initialize 'sata_rcar_sht' instead and give proper values to the 'dma_boundary' and 'sg_tablesize' fields explicitly. Signed-off-by: Sergei Shtylyov Signed-off-by: Tejun Heo --- Reading git-diff-tree failed