ARM: shmobile: apmu: correct type of CPU id
authorAndrzej Hajda <a.hajda@samsung.com>
Mon, 21 Sep 2015 13:33:45 +0000 (15:33 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 2 Oct 2015 01:56:05 +0000 (10:56 +0900)
commit6e67d2ccb8b5ac6dbc6a0cfdf8320d68fa289193
tree3de76fc2a2e4feff0648403e03540df9f5aa6b1c
parentb12ff41658171f53e81fbe1b53a4bde6e69af3be
ARM: shmobile: apmu: correct type of CPU id

CPU id can be negative, so it cannot be assigned to unsigned variable.

The problem has been detected using proposed semantic patch
scripts/coccinelle/tests/unsigned_lesser_than_zero.cocci [1].

[1]: http://permalink.gmane.org/gmane.linux.kernel/2038576

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/platsmp-apmu.c