staging: fbtft: do not use magic numbers
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sat, 5 Sep 2015 13:43:44 +0000 (19:13 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Sep 2015 01:24:53 +0000 (18:24 -0700)
commitfb7014df159bb8524341a0fdb8d467f6827b0770
treecc2d91397cef88dba2efef8390a9d990297cc43a
parenteb6a2dbf32a4ea2fa94f742f6494f661a807fb45
staging: fbtft: do not use magic numbers

Using magic numbers are not good coding practise. Use
FBTFT_GPIO_NAME_SIZE as defined in the header files.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft_device.c