commit | 05dbbfe753792dcebb6b85d84fa5926f09723cfe | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Jun 13 15:20:39 2016 +0000 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jun 14 16:03:32 2016 -0700 |
tree | 1f0a2abb4384d8d4a2c8e627d9b055bad46df53d | |
parent | 65cbea5bbd32280f4620c20a6f651c37a6058752 [diff] |
rcutorture: Fix error return code in rcu_perf_init() Fix to return a negative error code -ENOMEM from kcalloc() error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>