summaryrefslogtreecommitdiffstats
path: root/mm/slub.c
diff options
context:
space:
mode:
authorMiguel Ojeda2007-08-22 23:01:56 +0200
committerLinus Torvalds2007-08-23 04:52:46 +0200
commitfe58103a56f05613cb1f0ef228354d4d5f6c2b08 (patch)
treeb5b3982dd03e04dce4bf084baf8c58110b69d111 /mm/slub.c
parentserial: add pci ids for PA Semi PWRficient onchip uarts (diff)
downloadkernel-qcow2-linux-fe58103a56f05613cb1f0ef228354d4d5f6c2b08.tar.gz
kernel-qcow2-linux-fe58103a56f05613cb1f0ef228354d4d5f6c2b08.tar.xz
kernel-qcow2-linux-fe58103a56f05613cb1f0ef228354d4d5f6c2b08.zip
cfag12864b fix
This one-liner patch fixes a bug in drivers/auxdisplay/cfag12864b.c At cfag12864b_init(), the driver tries to kalloc some memory in the variable cfag12864b_cache. Then, as usual, it checks if the call failed. However, it checks cfag12864b_buffer instead. This patch changes the "cfag12864b_buffer" to "cfag12864b_cache" so the correct variable is checked. Signed-off-by: Miguel Ojeda <maxextreme@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/slub.c')
0 files changed, 0 insertions, 0 deletions