diff options
author | Pawel Moll <pawel.moll@arm.com> | 2015-10-15 15:32:45 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-10-15 17:10:02 +0200 |
commit | b20519fd5007908c6a816cab1b9db911915e9fbd (patch) | |
tree | 27a98db1c8e54c655c33bf08de82c05f0f3aadd6 /fs/proc/proc_tty.c | |
parent | ARM: meson6: DTS: Fix wrong reg mapping and IRQ numbers (diff) | |
download | linux-b20519fd5007908c6a816cab1b9db911915e9fbd.tar.xz linux-b20519fd5007908c6a816cab1b9db911915e9fbd.zip |
bus: arm-ccn: Handle correctly no-more-cpus case
When migrating events the driver picks another cpu using
cpumask_any_but() function, which returns value >= nr_cpu_ids
when there is none available, not a negative value as the code
assumed. Fixed now.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Pawel Moll <pawel.moll@arm.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'fs/proc/proc_tty.c')
0 files changed, 0 insertions, 0 deletions