OSDN Git Service

staging/omapdrm: remove the unnecessary initialization of a local variable in omap_crtc.c
authorYAMANE Toshiaki <yamanetoshi@gmail.com>
Wed, 14 Nov 2012 10:30:08 +0000 (19:30 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 15 Nov 2012 00:31:03 +0000 (16:31 -0800)
commitbd690dece9467a0178ebe8db0ddaaefdc180f0dd
tree4d1411aec46bbf64ba3d194af22f801ac0f1f574
parentfdbf20b3b0a58c3ed115dfba4fe8b87385ad4cbc
staging/omapdrm: remove the unnecessary initialization of a local variable in omap_crtc.c

The following error fixed.
- ERROR: do not initialise statics to 0 or NULL

Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_crtc.c