hvc_console: Use kzalloc() instead of kmalloc() + memset()
authorMilton Miller <miltonm@bga.com>
Thu, 8 Jan 2009 02:14:28 +0000 (02:14 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Tue, 13 Jan 2009 03:48:02 +0000 (14:48 +1100)
Replace kmalloc() + memset()  with kzalloc().

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
drivers/char/hvc_console.c

Simple merge