From: Dominik Brodowski Date: Sat, 14 Jun 2008 16:51:06 +0000 (+0200) Subject: pcmcia: check for pointer instead of pointer address X-Git-Tag: v2.6.27-rc1~1113^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ac02280d76de7aba8a9d43638d0f7d1fd0f820;p=pandora-kernel.git 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 Signed-off-by: Dominik Brodowski --- Reading git-diff-tree failed