Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61986
b: refs/heads/master
c: e3bbb3f
h: refs/heads/master
v: v3
  • Loading branch information
Jesper Juhl authored and Linus Torvalds committed Jul 20, 2007
1 parent 0fe9727 commit e45d262
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: eb0645a8b1f14da300f40bb9f424640cd1181fbf
refs/heads/master: e3bbb3f05339de438faf54124f25c92e6fe4ac2e
2 changes: 1 addition & 1 deletion trunk/drivers/video/backlight/cr_bllcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ static int cr_backlight_probe(struct platform_device *pdev)
struct cr_panel *crp;
u8 dev_en;

crp = kzalloc(sizeof(crp), GFP_KERNEL);
crp = kzalloc(sizeof(*crp), GFP_KERNEL);
if (crp == NULL)
return -ENOMEM;

Expand Down

0 comments on commit e45d262

Please sign in to comment.