summaryrefslogtreecommitdiff
path: root/drivers/staging/fbtft
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-15 08:26:52 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-17 05:56:23 (GMT)
commitf4edff5208df48ebb3099a3b4a521eb58803f877 (patch)
tree2b211aedb14302bd84aee39faf8ec453a972c185 /drivers/staging/fbtft
parentd09c1b96a731639436402bf0d957b974f4eed6b8 (diff)
downloadlinux-f4edff5208df48ebb3099a3b4a521eb58803f877.tar.xz
staging: dgnc: dgnc_driver: Remove useless initialisation
Remove intialisation of a variable that is immediately reassigned. The semantic patch used to find this is: // <smpl> @@ type T; identifier x; constant C; expression e; @@ T x - = C ; x = e; // </smpl> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fbtft')
0 files changed, 0 insertions, 0 deletions