drm/panel/s6e3ha2: remove redundant definition of VINT_STATUS_MAX 56/87156/4
authorAndrzej Hajda <a.hajda@samsung.com>
Tue, 6 Sep 2016 09:20:32 +0000 (11:20 +0200)
committerInki Dae <inki.dae@samsung.com>
Sun, 18 Sep 2016 23:50:37 +0000 (16:50 -0700)
commitea57f65d76af6f4143d8ff53d888281f4dc94639
treea78f7979e43e981ab4c5745b7ad556c674138dc9
parentf893d5dabe4f9409257cbd87595c7840f5b97931
drm/panel/s6e3ha2: remove redundant definition of VINT_STATUS_MAX

VINT_STATUS_MAX is equal to size of VINT_TABLE, so it can be replaced
be ARRAY_SIZE macro.

Change-Id: I5c6ee3ec4a9827e844f89d0d85ccb18f785378aa
Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
drivers/gpu/drm/panel/panel-s6e3ha2.c