diff options
| -rw-r--r-- | drivers/bus/arm-cci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bus/arm-cci.c b/drivers/bus/arm-cci.c index b854125e4831..5340604b23a4 100644 --- a/drivers/bus/arm-cci.c +++ b/drivers/bus/arm-cci.c | |||
| @@ -660,7 +660,7 @@ validate_group(struct perf_event *event) | |||
| 660 | * Initialise the fake PMU. We only need to populate the | 660 | * Initialise the fake PMU. We only need to populate the |
| 661 | * used_mask for the purposes of validation. | 661 | * used_mask for the purposes of validation. |
| 662 | */ | 662 | */ |
| 663 | .used_mask = CPU_BITS_NONE, | 663 | .used_mask = { 0 }, |
| 664 | }; | 664 | }; |
| 665 | 665 | ||
| 666 | if (!validate_event(event->pmu, &fake_pmu, leader)) | 666 | if (!validate_event(event->pmu, &fake_pmu, leader)) |
