commit | 6e900de3fff01e84c96632409359a84825c54b28 | [log] [tgz] |
---|---|---|
author | Mark Ware <mware@elphinstone.net> | Mon Jul 20 21:51:03 2009 +1000 |
committer | Kumar Gala <galak@kernel.crashing.org> | Wed Jul 29 23:22:23 2009 -0500 |
tree | c902ef5c310a0b386e53e7b6faf2e1f26c59dfd6 | |
parent | 1333c3d6d35bdb109ddbd4b7086cbf066a27b156 [diff] |
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>