commit | a0aab14322a74ab5665704c6155bf48fbc38f445 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Apr 04 11:09:26 2006 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Apr 22 00:49:15 2006 +0200 |
tree | b0d46b3a01575da591444b404775a06af986d89d | |
parent | 90ff87008df12da7f2486178d0dee13745c1de6b [diff] |
[PATCH] pcmcia: do not set dev_node to NULL too early If we set dev_node to NULL too early, some drivers which used this to determine whether unregister_netdev() needs to be called fail when removing a PCMCIA card. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>