summaryrefslogtreecommitdiff
path: root/drivers/staging/ozwpan
diff options
context:
space:
mode:
authorTapasweni Pathak <tapaswenipathak@gmail.com>2014-10-30 17:02:48 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-30 13:05:48 -0700
commitd82e62deb51b50b10736c71f06fa6ac26be3b5a3 (patch)
tree37cdd7f8d3afde9787cb7bc7228d4efc06a5d7d5 /drivers/staging/ozwpan
parentad1d2a4fc8676588f6fe9882235056f1c6d13b50 (diff)
staging: media: lirc: Remove useless cast on void pointer
void pointers do not need to be cast to other pointer types. The semantic patch used to find this: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Build tested it. Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ozwpan')
0 files changed, 0 insertions, 0 deletions