summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorSrinivas Kandagatla <srinivas.kandagatla@linaro.org>2018-05-11 12:17:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-14 16:23:15 +0200
commit49cb93cb090a1515deaef7dcafe905ab25b2809e (patch)
treefc230b6035b21687d2dbe3005956972b75a1f8c8 /tools/perf/scripts/python
parent50808bfcc14b854775a9f1d0abe3dac2babcf5c3 (diff)
downloadkernel-49cb93cb090a1515deaef7dcafe905ab25b2809e.tar.gz
slimbus: qcom: remove unused variable
This patch fixes below warning when driver is compiled with W=1 qcom-ctrl.c: In function 'qcom_slim_rxwq': qcom-ctrl.c:442:13: warning: variable 'len' set but not used [-Wunused-but-set-variable] len seems to be unused in this function, so remove it. Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
17-08-09 20:17:50 +0800'>2017-08-09crypto: algif - return error code when no data was processedStephan Mueller 2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller 2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar 2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2016-12-01crypto: algif_skcipher - set error code when kcalloc failsPan Bian 2016-11-14net: fix sleeping for sk_wait_event()WANG Cong 2016-02-06crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu 2016-02-06crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu 2016-02-06crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu 2016-01-22Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2016-01-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu 2016-01-19crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu 2016-01-18crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu 2016-01-18crypto: algif_skcipher - Remove custom release parent functionHerbert Xu 2016-01-18crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu 2016-01-18crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu 2016-01-18crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu 2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds 2016-01-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds 2015-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller 2015-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds