From 42ae589476184f86aeb3f7729244c71d1dd4ecb4 Mon Sep 17 00:00:00 2001 From: Miguel Ojeda Date: Wed, 22 Aug 2007 14:01:56 -0700 Subject: [PATCH] --- yaml --- r: 64261 b: refs/heads/master c: fe58103a56f05613cb1f0ef228354d4d5f6c2b08 h: refs/heads/master i: 64259: 94fbebf1204d2d29dad070624a30e9ed23d46052 v: v3 --- [refs] | 2 +- trunk/drivers/auxdisplay/cfag12864b.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 95c7049be757..daa0ea83a75e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: aa7985056286f5f912af7bb03f883230cc527701 +refs/heads/master: fe58103a56f05613cb1f0ef228354d4d5f6c2b08 diff --git a/trunk/drivers/auxdisplay/cfag12864b.c b/trunk/drivers/auxdisplay/cfag12864b.c index cb44cb4f6a47..80bb06105387 100644 --- a/trunk/drivers/auxdisplay/cfag12864b.c +++ b/trunk/drivers/auxdisplay/cfag12864b.c @@ -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);