git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cac7f24
)
percpu: off by one in BUG_ON()
author
Dan Carpenter
<dan.carpenter@oracle.com>
Wed, 29 Oct 2014 08:45:04 +0000
(11:45 +0300)
committer
Tejun Heo
<tj@kernel.org>
Wed, 29 Oct 2014 14:34:34 +0000
(10:34 -0400)
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>
No differences found