Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56702
b: refs/heads/master
c: d007da1
h: refs/heads/master
v: v3
  • Loading branch information
Ivo van Doorn authored and David S. Miller committed May 19, 2007
1 parent 71f91e7 commit bd4d93e
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: c34b19fb4e243b26fa90a322bf32238356493674
refs/heads/master: d007da1fa6f0ad5e01ceae4a1f60cdbb23ecd706
2 changes: 1 addition & 1 deletion trunk/net/rfkill/rfkill.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ struct rfkill *rfkill_allocate(struct device *parent, enum rfkill_type type)
struct device *dev;

rfkill = kzalloc(sizeof(struct rfkill), GFP_KERNEL);
if (rfkill)
if (!rfkill)
return NULL;

mutex_init(&rfkill->mutex);
Expand Down

0 comments on commit bd4d93e

Please sign in to comment.