summaryrefslogtreecommitdiff
path: root/drivers/pci/msi.c
diff options
context:
space:
mode:
authorRolf Eike Beer <eike-hotplug@sf-tec.de>2005-04-11 17:01:54 +0400
committerGreg KH <gregkh@suse.de>2005-05-04 10:45:15 +0400
commit034ecc724cc6ba662d0b2b5a1e11e7e66a768596 (patch)
treed34ced60da68e2dca2aae90e2b29d8f94618ffbc /drivers/pci/msi.c
parentc8958177224622411b9979eabb5610e30b06034b (diff)
downloadlinux-034ecc724cc6ba662d0b2b5a1e11e7e66a768596.tar.xz
[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 <eike-hotplug@sf-tec.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/pci/msi.c')
0 files changed, 0 insertions, 0 deletions