commit | 3e6716e748609a3a899e8d670e42832921bd45bc | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy_d_dunlap@linux.intel.com> | Sun Oct 30 15:03:44 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Oct 30 17:37:31 2005 -0800 |
tree | cfaf9ab1a9ee897959651acc681f448e1ea01311 | |
parent | b6ab126211e2ab17eecbd063b99742a6b04b228e [diff] |
[PATCH] hpet: hpet driver cleanups - Use kzalloc() instead of kmalloc + memset. - Clean/fix some printk's. - Use NULL for pointers instead of 0. - Combine hpet busy searching locations into a function call. Signed-off-by: Randy Dunlap <randy_d_dunlap@linux.intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>