]> git.baikalelectronics.ru Git - kernel.git/commit
x86/intel_rdt: Remove redundant assignment
authorJithu Joseph <jithu.joseph@intel.com>
Wed, 4 Oct 2017 22:48:57 +0000 (15:48 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 5 Oct 2017 11:20:32 +0000 (13:20 +0200)
commitb2bce568884238279336027965a764b0ca30e91f
tree0ff421fe230fa53e2d4535be80ffab4810e2bebb
parenta37ba363ab5db54360b093237cd0c058ab943909
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: 1ac8921f4fa4 ("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
arch/x86/kernel/cpu/intel_rdt_rdtgroup.c