commit | 7610dfa3723e87705964b29db9775620d96bf618 | [log] [tgz] |
---|---|---|
author | Russ Dill <Russ.Dill@gmail.com> | Wed Feb 01 21:07:28 2006 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Feb 01 21:07:28 2006 +0000 |
tree | 14e05b6c04bd4d0971320d425a30cd71d72a4866 | |
parent | 18afea04f1dfc5d52fd2579cd17adc3956acd4ad [diff] |
[ARM] 3295/1: Fix oprofile init return value Patch from Russ Dill The oprofile init code was broken in commit c6b9da. The new logic will always return -ENODEV. This fixes oprofile_arch_init to return 0 on success, and return the return value of spec->init() if applicable. Signed-off-by: Russ Dill <Russ.Dill@gmail.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>