commit | 9f295664e2f2cdf53c596f74bcf3f644cae9fecc | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Wed Oct 29 11:45:04 2014 +0300 |
committer | Tejun Heo <tj@kernel.org> | Wed Oct 29 10:34:34 2014 -0400 |
tree | 31e986db37787dcc9758a68fd30261bd7adebd21 | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f [diff] |
percpu: off by one in BUG_ON() The unit_map[] array has "nr_cpu_ids" number of elements. It's allocated a few lines earlier in the function. So this test should be >= instead of >. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Tejun Heo <tj@kernel.org>