Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243131
b: refs/heads/master
c: a1d6086
h: refs/heads/master
i:
  243129: c563752
  243127: b0cbc74
v: v3
  • Loading branch information
Dan Carpenter authored and Matthew Garrett committed Mar 28, 2011
1 parent 52e75a7 commit 96fa5e4
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: 0986f25fbba8827762b35222bb45d2fbb2d72fa4
refs/heads/master: a1d6086739c5b8f23a48e02e62b0e495321a2122
2 changes: 1 addition & 1 deletion trunk/drivers/platform/x86/asus-wmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ static int show_call(struct seq_file *m, void *data)
else
seq_printf(m, "%#x(%#x, %#x) = t:%d\n", asus->debug.method_id,
asus->debug.dev_id, asus->debug.ctrl_param,
obj->type);
obj ? obj->type : -1);

kfree(obj);

Expand Down

0 comments on commit 96fa5e4

Please sign in to comment.