commit | 2da7582f7cf5ef5e6adcf42537b6b8be06312152 | [log] [tgz] |
---|---|---|
author | Milton Miller <miltonm@bga.com> | Thu Jan 08 02:14:28 2009 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Tue Jan 13 14:48:02 2009 +1100 |
tree | f09865ae71dc2442e5ba65f44fff843ad92b9b85 | |
parent | da9dc13289fa58dced12f2baff51dfb87c339ba3 [diff] |
hvc_console: Use kzalloc() instead of kmalloc() + memset() Replace kmalloc() + memset() with kzalloc(). Signed-off-by: Milton Miller <miltonm@bga.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>