]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
smsc911x: fix platform resource call during module unload
authorSteve Glendinning <steve.glendinning@smsc.com>
Fri, 26 Dec 2008 00:44:01 +0000 (16:44 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Dec 2008 00:44:01 +0000 (16:44 -0800)
commitd45227391c70ea12ec129ebfa97841e9b7ff34fd
treec9e7af6446084799a680b2b01d44f12b87209e30
parentdc26977f77dd3486b59516d2cc03627009c0d4c6
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>
drivers/net/smsc911x.c