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)
commit6e900de3fff01e84c96632409359a84825c54b28
treec902ef5c310a0b386e53e7b6faf2e1f26c59dfd6
parent1333c3d6d35bdb109ddbd4b7086cbf066a27b156
cpm_uart: Don't use alloc_bootmem in cpm_uart_cpm2.c

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>
drivers/serial/cpm_uart/cpm_uart_cpm2.c