Searched hist:f1cb0ea12fee23018ad1865bf789cbd463f13747 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/ata/ |
H A D | sata_mv.c | diff f1cb0ea12fee23018ad1865bf789cbd463f13747 Mon Feb 18 12:42:28 CST 2008 Saeed Bishara <saeed@marvell.com> 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 <saeed@marvell.com> Acked-by: Mark Lord <mlord@pobox.com> Acked-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
|