]> git.baikalelectronics.ru Git - kernel.git/commit
perf: Fix error return code
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 12 Apr 2013 03:05:54 +0000 (11:05 +0800)
committerIngo Molnar <mingo@kernel.org>
Fri, 12 Apr 2013 04:33:56 +0000 (06:33 +0200)
commit78f0fe98733a90b9d556791108fdfa84bc1661b2
tree492f68be5a65be30745b24bb07628c95ba0cd2a4
parent06e8545982a3cb6d835df1655c941f62c465f634
perf: Fix error return code

Fix to return -ENOMEM in the allocation error case instead of 0
(if pmu_bus_running == 1), as done elsewhere in this function.

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Cc: a.p.zijlstra@chello.nl
Cc: paulus@samba.org
Cc: acme@ghostprotocols.net
Link: http://lkml.kernel.org/r/CAPgLHd8j_fWcgqe%3DKLWjpBj%2B%3Do0Pw6Z-SEq%3DNTPU08c2w1tngQ@mail.gmail.com
[ Tweaked the error code setting placement and the changelog. ]
Signed-off-by: Ingo Molnar <mingo@kernel.org>
kernel/events/core.c