x86/sysfs: Fix off-by-one error in loop termination
authorSean Fu <fxinrong@gmail.com>
Mon, 11 Sep 2017 00:33:21 +0000 (08:33 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 25 Sep 2017 07:36:16 +0000 (09:36 +0200)
commit7d7099433d9eaaa5a989a55f1fa354c16a3ad297
tree256e2478d50bb3f68bae7892f763c2843d7d69d3
parenta3c4fb7c9c2ebfd50b8c60f6c069932bb319bc37
x86/sysfs: Fix off-by-one error in loop termination

An off-by-one error in loop terminantion conditions in
create_setup_data_nodes() will lead to memory leak when
create_setup_data_node() failed.

Signed-off-by: Sean Fu <fxinrong@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: http://lkml.kernel.org/r/1505090001-1157-1-git-send-email-fxinrong@gmail.com
arch/x86/kernel/ksysfs.c