commit | c1ac02280d76de7aba8a9d43638d0f7d1fd0f820 | [log] [tgz] |
---|---|---|
author | Dominik Brodowski <linux@dominikbrodowski.net> | Sat Jun 14 18:51:06 2008 +0200 |
committer | Dominik Brodowski <linux@dominikbrodowski.net> | Tue Jun 24 15:33:41 2008 +0200 |
tree | 5953c5979844bd06b9d818418febb657be3596dc | |
parent | 4cf974c57633e70a8d48f9d40e41cf192c6e062c [diff] |
pcmcia: check for pointer instead of pointer address Bug noted by Michael Buesch: checking for the pointer address is always true. This didn't matter much, for the very first check in pcmcia_release_window() was for the pointer pointing to something, and the return value is ignored here. Nonetheless, fix it. CC: Michael Buesch <mb@bu3sch.de> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>