From: nickcheng Date: Tue, 4 Mar 2008 09:49:59 +0000 (+0800) Subject: [SCSI] arcmsr: fix iounmap error for Type B adapter X-Git-Tag: v2.6.25-rc7~58^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3995b14ba7abcdd475d17b8751db55d8a95b9e;p=pandora-kernel.git [SCSI] arcmsr: fix iounmap error for Type B adapter The Type B Adapter teardown does iounmap on pointers subtracted by a constant offset. Since the offset is in bytes, we need the pointers to be of type void * not uint32_t * so the subtraction is done in the correct units and we iounmap the correct area. Signed-off-by: Nick Cheng Signed-off-by: James Bottomley --- Reading git-diff-tree failed