cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.c
authorMark Ware <mware@elphinstone.net>
Mon, 20 Jul 2009 11:51:03 +0000 (21:51 +1000)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 30 Jul 2009 04:22:23 +0000 (23:22 -0500)
This is another alloc_bootmem() -> kzalloc() change, this time to
fix the non-fatal badness caused when booting with a cpm2_uart console.

Signed-off-by: Mark Ware <mware@elphinstone.net>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>

No differences found