From: Sudip Mukherjee Date: Thu, 4 Jun 2015 13:34:52 +0000 (+0530) Subject: staging: fbtft: fix out of bound access X-Git-Tag: omap-for-v4.3/legacy-v2-signed~121^2~333 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6ffd1ba55a4931c429448cc69db5e7152921c85;p=pandora-kernel.git staging: fbtft: fix out of bound access str was 16 bytes but was mentioned as 128 in snprintf. again msg is 128 bytes but not sufficient to hold the complete debug message of register values. Now removed the use of str, msg and print the register values from the loop. Signed-off-by: Sudip Mukherjee Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed