aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.c
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2015-10-15 13:45:39 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-16 23:05:17 -0700
commit5309c5b8f00b399dd3f80da855d9211944f1ed7e (patch)
tree7b3f6cd9fb905ee930122b58d4047b7fc5c48a55 /drivers/staging/vt6656/card.c
parentstaging: rdma: amso1100: Prefer using BIT Macro (diff)
downloadlinux-dev-5309c5b8f00b399dd3f80da855d9211944f1ed7e.tar.xz
linux-dev-5309c5b8f00b399dd3f80da855d9211944f1ed7e.zip
staging: vt6655: 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/vt6656/card.c')
0 files changed, 0 insertions, 0 deletions