Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82306
b: refs/heads/master
c: 41ece38
h: refs/heads/master
v: v3
  • Loading branch information
Alex Chiang authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 48469c8 commit 4deaaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d5b95ab8ea63c71f28dc6aae920fb91515b9a79
refs/heads/master: 41ece3829f516f0e1f0c25f2c7eafac87e683df4
2 changes: 1 addition & 1 deletion trunk/drivers/pci/hotplug/pci_hotplug_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ static int get_##name (struct hotplug_slot *slot, type *value) \
int retval = 0; \
if (try_module_get(ops->owner)) { \
if (ops->get_##name) \
retval = ops->get_##name (slot, value); \
retval = ops->get_##name(slot, value); \
else \
*value = slot->info->name; \
module_put(ops->owner); \
Expand Down

0 comments on commit 4deaaea

Please sign in to comment.