summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-08-04 23:02:33 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-05 12:18:00 -0700
commita12aaa92f3ccd15015e01373c2b60a3841aaebbb (patch)
tree4d909006f861463e8023fc36723e19c44ab62692 /drivers/devfreq
parent946b254697655f0ea0c54b1b0e20fb3b9aab99da (diff)
downloadop-kernel-dev-a12aaa92f3ccd15015e01373c2b60a3841aaebbb.zip
op-kernel-dev-a12aaa92f3ccd15015e01373c2b60a3841aaebbb.tar.gz
Staging: lustre: libcfs: Drop unnecessary cast on void*
This patch does away with the cast on void * as it is unnecessary. Semantic patch used is as follows: @r@ expression x; void* e; type T; identifier f; @@ ( *((T *)e) | ((T *)x)[...] | ((T *)x)->f | - (T *) e ) Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/devfreq')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud