Files
linux/drivers
Colin Ian King 42996f2d8e staging: fbtft: remove redundant initialization of buf
The pointer buf is being set on each iteration of a for-loop and
so the initialization of buf at declaration time is redundant and
can be removed.  Cleans up clang warning:

drivers/staging/fbtft/fb_uc1701.c:130:6: warning: Value stored to 'buf' during its initialization is never read

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-11-06 16:44:06 +01:00
..
2017-08-09 22:43:50 -07:00
2017-10-07 13:17:07 +02:00
2017-10-23 14:29:43 +02:00
2017-10-23 14:29:43 +02:00
2017-08-29 13:46:35 +02:00
2017-10-09 09:02:35 +02:00
2017-08-22 11:04:51 -07:00
2017-09-19 08:36:19 +02:00
2017-10-23 14:29:43 +02:00
2017-08-30 14:03:42 -06:00
2017-08-24 09:57:28 +02:00