]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8778096d4e74eba750f1a11192007636f4985cf7
treec902ef5c310a0b386e53e7b6faf2e1f26c59dfd6
parent0ca1217eafe9a1ad5c33f5990fd54c04c031e03f
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