i915: use kzalloc to allocate intel_output for lvds
authorJesse Barnes <jbarnes@jbarnes-t61.(none)>
Wed, 4 Jun 2008 19:50:03 +0000 (12:50 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 4 Jun 2008 19:50:03 +0000 (12:50 -0700)
commite90716671d7a5dabf13c22a339f750dba77f438a
tree9f579d133e6cf7898a4016d76a0727fd7ee8b2b3
parent52183fb05b8f8db0705e230fc0b8a436512759a1
i915: use kzalloc to allocate intel_output for lvds

Better to initialize all the struct fields to 0.  Also more consistent with
other output init routines.
linux-core/intel_lvds.c