From: Andy Shevchenko Date: Wed, 7 Jan 2015 13:24:22 +0000 (+0200) Subject: sata_dwc_460ex: fix most of the sparse warnings X-Git-Tag: fixes-v4.0-rc1~165^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7c256e857c12597813d631a7890a19bbbb6f3a5;p=pandora-kernel.git sata_dwc_460ex: fix most of the sparse warnings There are a lot sparse warnings. Most of them related to __iomem keyword which sometimes absent when it's needed and vise versa. The patch fixes most of the warnings. While at it, remove the redundant sata_dwc_sht.can_queue initialization to ATA_DEF_QUEUE. tj: Added description about ATA_DEF_QUEUE init removal. Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo --- Reading git-diff-tree failed