staging: fbtft: fix do not initialise statics to 0 or NULL
authorHeba Aamer <heba93aamer@gmail.com>
Tue, 27 Jan 2015 20:42:59 +0000 (22:42 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Jan 2015 19:27:21 +0000 (11:27 -0800)
commit9b37a8a71719e324db763ca9dc47c7d804218afe
tree9799b102783643daad77410baf51ec762d1a504b
parent8ccf155386e670a3c6620510a4a3cb00fa76cd76
staging: fbtft: fix do not initialise statics to 0 or NULL

This patch fixes the following checkpatch.pl error:
fix do not initialise statics to 0 or NULL

Signed-off-by: Heba Aamer <heba93aamer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fb_pcd8544.c