From 9bf33bc47a5d4712fae0d5a037070f29f42c02b1 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Sat, 8 Mar 2008 02:16:07 +0100 Subject: [PATCH] --- yaml --- r: 87135 b: refs/heads/master c: b91aac29bb9b7cab34b0297449bd2a16944b83d9 h: refs/heads/master i: 87133: 15f8c1fea31c571b36274ea8c7dd057f61d44513 87131: a4fc6fd69cd0e61464dbd87660d33b61f82200cd 87127: 3e3af0800e8fa0e6ba9f2274b78fb419ca89785e 87119: 06338cac42caf0deb3ee3851fa43e6e2830fa673 87103: 44e324df65e3df38c1936cf23d0a4467a778a675 v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/ibmphp_ebda.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6c9b872e6948..1ea57097b2c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8647af71d623671a020a54d860f77bc0fa2e606e +refs/heads/master: b91aac29bb9b7cab34b0297449bd2a16944b83d9 diff --git a/trunk/drivers/pci/hotplug/ibmphp_ebda.c b/trunk/drivers/pci/hotplug/ibmphp_ebda.c index 600ed7b67ae7..bbccde9f228f 100644 --- a/trunk/drivers/pci/hotplug/ibmphp_ebda.c +++ b/trunk/drivers/pci/hotplug/ibmphp_ebda.c @@ -963,6 +963,7 @@ static int __init ebda_rsrc_controller (void) bus_info_ptr1 = ibmphp_find_same_bus_num (hpc_ptr->slots[index].slot_bus_num); if (!bus_info_ptr1) { + kfree(tmp_slot); rc = -ENODEV; goto error; }