staging: vt6655: Remove unnecessary cast for argument of kfree
authorTapasweni Pathak <tapaswenipathak@gmail.com>
Wed, 8 Oct 2014 15:11:48 +0000 (20:41 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:16 +0000 (10:29 +0800)
commit61d566a5a3b6ee9aed5c89463af4342a26f295dc
tree2f3f81f7b7813f6149d165919c87294326e17bc8
parent14cd1df4baf1f6f2dd0b521ec99afa151427b06b
staging: vt6655: Remove unnecessary cast for argument of kfree

This patch removes all occurrences of unnecessary cast on the
argument to kfree, all over in rtl8712.

There is no need of the cast on the argument to kfree.

Greped to find occurrences.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c
This page took 0.02516 seconds and 5 git commands to generate.