From: Tomas Henzl Date: Thu, 29 Mar 2012 15:23:46 +0000 (+0200) Subject: [SCSI] aacraid: add an iounmap call to aac_src_ioremap X-Git-Tag: v3.5-rc1~172^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=715525057423eeb6308d2c605ae9ec8325e43858;p=pandora-kernel.git [SCSI] aacraid: add an iounmap call to aac_src_ioremap The patch 116046127d1a3bad2853d02781ad9fee33f05e5a "[SCSI] aacraid: Added Sync.mode to support series 7/8/9 controllers" removed an iounmap call from aac_src_ioremap. Before that, the iounmap has been called twice with the same value (dev->base and dev->regs.src.bar0) and the iounmap complained about it (iounmap: bad address ...). The proper solution is a change the paremeter from bar0 to bar1. Fix this by adding a an iounmap(dev->regs.src.bar1) call. Signed-off-by: Tomas Henzl Acked-by: Achim Leubner Signed-off-by: James Bottomley --- Reading git-diff-tree failed