Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96798
b: refs/heads/master
c: 7af1d75
h: refs/heads/master
v: v3
  • Loading branch information
Simon Holm Thøgersen authored and Tony Luck committed May 14, 2008
1 parent b474756 commit 965bb90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 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: 0fb232fdb2a2674003ef4b874034e872b7256aa9
refs/heads/master: 7af1d7532b6cf905230c72c67ad85a480b122374
6 changes: 0 additions & 6 deletions trunk/arch/ia64/kernel/palinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -900,12 +900,6 @@ static void
palinfo_smp_call(void *info)
{
palinfo_smp_data_t *data = (palinfo_smp_data_t *)info;
if (data == NULL) {
printk(KERN_ERR "palinfo: data pointer is NULL\n");
data->ret = 0; /* no output */
return;
}
/* does this actual call */
data->ret = (*data->func)(data->page);
}

Expand Down

0 comments on commit 965bb90

Please sign in to comment.