Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180964
b: refs/heads/master
c: 6fcaf17
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Jesse Barnes committed Feb 23, 2010
1 parent d5d1fa5 commit 52f8c8d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3b7a17fcdae532d29dffab9d564a28be08960988
refs/heads/master: 6fcaf17ac7a512227112ac81c0e1a5862bab57a6
1 change: 1 addition & 0 deletions trunk/drivers/pci/hotplug/pciehp_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ void pciehp_queue_pushbutton_work(struct work_struct *work)
p_slot->state = POWERON_STATE;
break;
default:
kfree(info);
goto out;
}
queue_work(pciehp_wq, &info->work);
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/pci/hotplug/shpchp_ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ void shpchp_queue_pushbutton_work(struct work_struct *work)
p_slot->state = POWERON_STATE;
break;
default:
kfree(info);
goto out;
}
queue_work(shpchp_wq, &info->work);
Expand Down

0 comments on commit 52f8c8d

Please sign in to comment.