From: Saeed Bishara Date: Mon, 18 Feb 2008 18:42:28 +0000 (-1100) Subject: sata_mv: remove iounmap in mv_platform_remove and use devm_iomap X-Git-Tag: v2.6.25-rc3~105^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1cb0ea12fee23018ad1865bf789cbd463f13747;p=pandora-kernel.git sata_mv: remove iounmap in mv_platform_remove and use devm_iomap this will fix crash bug when doing rmmod to the driver, this is because the port_stop function get called later and it could access the device's registers. Signed-off-by: Saeed Bishara Acked-by: Mark Lord Acked-by: Tejun Heo Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed