commit | 57006d3e6f62def53c01ae3ffc338caebd866e89 | [log] [tgz] |
---|---|---|
author | Pawel Moll <pawel.moll@arm.com> | Fri Apr 17 12:37:36 2015 +0100 |
committer | Pawel Moll <pawel.moll@arm.com> | Fri May 01 17:51:05 2015 +0100 |
tree | f8e689aac5fd0058a32019878ef3e279dfceaa1a | |
parent | 9ce1aa869e69cff8db1369e6849af9bd555b4f1d [diff] |
bus: arm-ccn: Allocate event when it is being added, not initialised To make events rotation possible, they should be allocated when event is being ->added(), not during initialisation. This patch moves the respective code. Signed-off-by: Pawel Moll <pawel.moll@arm.com>