summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJithu Joseph <jithu.joseph@intel.com>2017-10-04 15:48:57 -0700
committerThomas Gleixner <tglx@linutronix.de>2017-10-05 13:20:32 +0200
commit3916a4135c696fa226a1abe6d6a0ff7f5edd9a7c (patch)
tree0ff421fe230fa53e2d4535be80ffab4810e2bebb /tools/perf/scripts/python/bin
parent5fd88b60e11b7d81b2c944c1b45834c4a6aa0157 (diff)
downloadkernel-3916a4135c696fa226a1abe6d6a0ff7f5edd9a7c.tar.gz
x86/intel_rdt: Remove redundant assignment
The assignment to the 'files' variable is immediately overwritten in the following line. Remove the older assignment, which was meant specifially for creating control groups files. Fixes: c7d9aac61311 ("x86/intel_rdt/cqm: Add mkdir support for RDT monitoring") Reported-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: Jithu Joseph <jithu.joseph@intel.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Fenghua Yu <fenghua.yu@intel.com> Cc: tony.luck@intel.com Cc: vikas.shivappa@intel.com Link: https://lkml.kernel.org/r/1507157337-18118-1-git-send-email-jithu.joseph@intel.com
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
02:37:07 +0000'>2022-08-24platform/chrome: cros_ec: Expose suspend_timeout_ms in debugfsEvan Green 2022-08-06Merge tag 'mfd-next-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds 2022-07-19mfd: cros_ec: Add SCP Core-1 as a new CrOS EC MCUTinghan Shen 2022-06-10platform/chrome: use macros for passthru indexesTzung-Bi Shih 2022-06-08platform/chrome: cros_ec_proto: Update size arg typesPrashant Malani 2022-06-08platform/chrome: cros_ec_proto: Rename cros_ec_command functionPrashant Malani 2022-04-19platform/chrome: Re-introduce cros_ec_cmd_xfer and use it for ioctlsGuenter Roeck 2022-04-18platform/chrome: cros_ec: remove unused variable `was_wake_device`Tzung-Bi Shih 2021-10-31platform/chrome: cros_ec_proto: Use EC struct for featuresPrashant Malani 2021-09-30platform/chrome: cros_ec_proto: Add version for ec_commandPrashant Malani 2021-09-30platform/chrome: cros_ec_proto: Make data pointers voidPrashant Malani 2021-09-30platform/chrome: cros_usbpd_notify: Move ec_command()Prashant Malani 2021-09-23platform/chrome: cros_ec_proto: Fix check_features ret valPrashant Malani 2020-10-29platform/chrome: cros_ec_proto: Replace zero-length array with flexible-array...Gustavo A. R. Silva 2020-07-23platform/chrome: cros_ec_proto: Do not export cros_ec_cmd_xfer()Enric Balletbo i Serra 2020-02-11platform/chrome: cros_ec: Query EC protocol version if EC transitions between...Yicheng Li 2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra 2020-01-07cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra 2019-11-21platform/chrome: cros_ec: handle MKBP more events flagEnrico Granata 2019-11-21platform/chrome: cros-ec: Record event timestamp in the hard irqGwendal Grignou 2019-11-21mfd / platform / iio: cros_ec: Register sensor through sensorhubGwendal Grignou 2019-11-21mfd / platform: cros_ec: Add sensor_count and make check_features publicGwendal Grignou 2019-11-21platform/chrome: cros_ec: Put docs with the codeGwendal Grignou 2019-09-02mfd / platform: cros_ec: Reorganize platform and mfd includesEnric Balletbo i Serra