* [PATCH 8/15] EDAC: fix minor logic bug in e7xxx_remove_one()
@ 2006-03-03 1:48 Dave Peterson
0 siblings, 0 replies; only message in thread
From: Dave Peterson @ 2006-03-03 1:48 UTC (permalink / raw)
To: alan, akpm; +Cc: linux-kernel, bluesmoke-devel
Fix minor logic bug in e7xxx_remove_one().
Signed-Off-By: David S. Peterson <dsp@llnl.gov> <dave_peterson@pobox.com>
---
Index: linux-2.6.16-rc5-edac/drivers/edac/e7xxx_edac.c
===================================================================
--- linux-2.6.16-rc5-edac.orig/drivers/edac/e7xxx_edac.c 2006-02-27 16:58:41.000000000 -0800
+++ linux-2.6.16-rc5-edac/drivers/edac/e7xxx_edac.c 2006-02-27 17:05:19.000000000 -0800
@@ -512,7 +512,7 @@ static void __devexit e7xxx_remove_one(s
debugf0("%s()\n", __func__);
if (((mci = edac_mc_find_mci_by_pdev(pdev)) != 0) &&
- edac_mc_del_mc(mci)) {
+ !edac_mc_del_mc(mci)) {
pvt = (struct e7xxx_pvt *) mci->pvt_info;
pci_dev_put(pvt->bridge_ck);
edac_mc_free(mci);
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-03-03 1:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03 1:48 [PATCH 8/15] EDAC: fix minor logic bug in e7xxx_remove_one() Dave Peterson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.