commit | d7c256e857c12597813d631a7890a19bbbb6f3a5 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Wed Jan 07 15:24:22 2015 +0200 |
committer | Tejun Heo <tj@kernel.org> | Thu Jan 08 08:27:02 2015 -0500 |
tree | f8a3df27bc1044651a5be7ac636d036402629f2f | |
parent | 84683a7e081ff60e75039cd2475776654ebbf526 [diff] |
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Tejun Heo <tj@kernel.org>