]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 10 Dec 2016 13:47:36 +0000 (15:47 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Thu, 29 Dec 2016 13:40:51 +0000 (15:40 +0200)
commit9060a4172f7562498802f6dc60869515cda34c76
tree9362422e6de6c9587b89a2b6680e076f892aefec
parent552146b0c20d8265f7c570251c86fc4ec44959ee
ARM: SAMSUNG: Constify array of wake irqs passed to samsung_sync_wakemask

The samsung_sync_wakemask() iterates over passed array of wake irqs but
does not modify it.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
arch/arm/plat-samsung/include/plat/wakeup-mask.h
arch/arm/plat-samsung/wakeup-mask.c