Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64261
b: refs/heads/master
c: fe58103
h: refs/heads/master
i:
  64259: 94fbebf
v: v3
  • Loading branch information
Miguel Ojeda authored and Linus Torvalds committed Aug 23, 2007
1 parent 4a7de44 commit 42ae589
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: aa7985056286f5f912af7bb03f883230cc527701
refs/heads/master: fe58103a56f05613cb1f0ef228354d4d5f6c2b08
2 changes: 1 addition & 1 deletion trunk/drivers/auxdisplay/cfag12864b.c
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ static int __init cfag12864b_init(void)

cfag12864b_cache = kmalloc(sizeof(unsigned char) *
CFAG12864B_SIZE, GFP_KERNEL);
if (cfag12864b_buffer == NULL) {
if (cfag12864b_cache == NULL) {
printk(KERN_ERR CFAG12864B_NAME ": ERROR: "
"can't alloc cache buffer (%i bytes)\n",
CFAG12864B_SIZE);
Expand Down

0 comments on commit 42ae589

Please sign in to comment.