video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0
authorColin Ian King <colin.king@canonical.com>
Sat, 25 Sep 2021 22:54:36 +0000 (23:54 +0100)
committerHelge Deller <deller@gmx.de>
Sun, 30 Jan 2022 18:58:32 +0000 (19:58 +0100)
commit6a3827ea4e2bccf89aa74654afbaf627e3dc64c9
tree98f924785f90ccb50ed0060c592ff7c9873e69ad
parentfee5c1e4b789e41719af9fee0e2dd397cd31988f
video: fbdev: pxa168fb: Initialize pointers with NULL and not plain integer 0

Pointers info and fbi are being initialized with plain integer zeros. Fix
this by initializing them with NULLs.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Helge Deller <deller@gmx.de>
drivers/video/fbdev/pxa168fb.c