commit | d45227391c70ea12ec129ebfa97841e9b7ff34fd | [log] [tgz] |
---|---|---|
author | Steve Glendinning <steve.glendinning@smsc.com> | Thu Dec 25 16:44:01 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 25 16:44:01 2008 -0800 |
tree | c9e7af6446084799a680b2b01d44f12b87209e30 | |
parent | dc26977f77dd3486b59516d2cc03627009c0d4c6 [diff] |
smsc911x: fix platform resource call during module unload This patch fixes a typo, the platform_get_resource calls in smsc911x_drv_remove are supposed to look the same as those in smsc911x_drv_probe. Reported and fixed by dfoley@telus.net. Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com> Signed-off-by: David S. Miller <davem@davemloft.net>