Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67331
b: refs/heads/master
c: 61a564f
h: refs/heads/master
i:
  67329: d339468
  67327: 4b07e22
v: v3
  • Loading branch information
Jesper Juhl authored and Paul Mackerras committed Sep 19, 2007
1 parent 0048637 commit 8272da7
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828
refs/heads/master: 61a564fd2e7ab13ab11a6ce8305433baacf344ef
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/kernel/ibmebus.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,8 @@ static int ibmebus_match_path(struct device *dev, void *data)

static char *ibmebus_chomp(const char *in, size_t count)
{
char *out = (char*)kmalloc(count + 1, GFP_KERNEL);
char *out = kmalloc(count + 1, GFP_KERNEL);

if (!out)
return NULL;

Expand Down

0 comments on commit 8272da7

Please sign in to comment.