Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 258984
b: refs/heads/master
c: fbee8d9
h: refs/heads/master
v: v3
  • Loading branch information
Vitaliy Ivanov authored and Linus Torvalds committed Jul 26, 2011
1 parent f5d0b0f commit 35c0352
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7fa38e7e9ead2dc7a346db10dd27a40dd83b2a26
refs/heads/master: fbee8d933c775cdb9daac3063659cda38c1776c2
5 changes: 4 additions & 1 deletion trunk/arch/um/drivers/net_user.c
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ static void change(char *dev, char *what, unsigned char *addr,
"buffer\n");

pid = change_tramp(argv, output, output_len);
if (pid < 0) return;
if (pid < 0) {
kfree(output);
return;
}

if (output != NULL) {
printk("%s", output);
Expand Down

0 comments on commit 35c0352

Please sign in to comment.