of: constify of_property_check_flags() prop argument
authorClément Léger <clement.leger@bootlin.com>
Wed, 1 Jun 2022 08:17:58 +0000 (10:17 +0200)
committerRob Herring <robh@kernel.org>
Mon, 6 Jun 2022 17:41:25 +0000 (12:41 -0500)
commit39d649602be2ceb3f8f8e98483d09e4d71133c6a
tree79a6e019779e2a6399e16e286fa82b4929f8eeba
parentf2906aa863381afb0015a9eb7fefad885d4e5a56
of: constify of_property_check_flags() prop argument

This argument is not modified and thus can be set as const.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220601081801.348571-2-clement.leger@bootlin.com
include/linux/of.h