Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 108944
b: refs/heads/master
c: a09f485
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Aug 20, 2008
1 parent a4ae7d2 commit b622423
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 27aa069a8850a36b8aef0160e73cfd928c6bbcc4
refs/heads/master: a09f48551273ee89d4e9ae37474807dc2da1d757
8 changes: 3 additions & 5 deletions trunk/drivers/char/ipmi/ipmi_si_intf.c
Original file line number Diff line number Diff line change
Expand Up @@ -2695,15 +2695,13 @@ static __devinit void default_find_bmc(void)
for (i = 0; ; i++) {
if (!ipmi_defaults[i].port)
break;

info = kzalloc(sizeof(*info), GFP_KERNEL);
if (!info)
return;

#ifdef CONFIG_PPC_MERGE
if (check_legacy_ioport(ipmi_defaults[i].port))
continue;
#endif
info = kzalloc(sizeof(*info), GFP_KERNEL);
if (!info)
return;

info->addr_source = NULL;

Expand Down

0 comments on commit b622423

Please sign in to comment.