From: Rolf Eike Beer Date: Mon, 11 Apr 2005 13:01:54 +0000 (+0200) Subject: [PATCH] PCI Hotplug ibmphp_pci.c: Fix masking out needed information too early X-Git-Tag: v2.6.12-rc4~117^2~19^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=034ecc724cc6ba662d0b2b5a1e11e7e66a768596;p=pandora-kernel.git [PATCH] PCI Hotplug ibmphp_pci.c: Fix masking out needed information too early here is the patch that fixes the bug introduced by my previous patch which already went into 2.6.12-rc2 and is likely to cause trouble is someone hits one the else case here by accident. Using the &= operation before the if statement destroys the information the if asks for so we always go into the else branch. Signed-off-by: Rolf Eike Beer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed