From: Tomoya Date: Mon, 7 Feb 2011 23:29:02 +0000 (+0000) Subject: pch_can: fix rmmod issue X-Git-Tag: v2.6.38-rc5~50^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce9736d4fb48beed370e22ac156779746dda7b92;p=pandora-kernel.git pch_can: fix rmmod issue Currently, when rmmod pch_can, kernel failure occurs. The cause is pci_iounmap executed before pch_can_reset. Thus pci_iounmap moves after pch_can_reset. Signed-off-by: Tomoya MORINAGA Signed-off-by: David S. Miller --- Reading git-diff-tree failed