]> git.baikalelectronics.ru Git - kernel.git/commit
of: make of_node_check_flag() device_node parameter const
authorNathan Lynch <nathanl@linux.ibm.com>
Thu, 14 Oct 2021 17:30:55 +0000 (12:30 -0500)
committerRob Herring <robh@kernel.org>
Wed, 20 Oct 2021 18:37:25 +0000 (13:37 -0500)
commit47f74ba734e362554ca412e39322d4bb8f58531b
tree7e3d6b5415c037c27f92235ca44207f719799cd8
parentc6006487532d66aff13e1ab3f037309af65446f2
of: make of_node_check_flag() device_node parameter const

The device_node argument isn't modified by of_node_check_flag(), so mark it
const.

Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com>
Link: https://lore.kernel.org/r/20211014173055.2117872-1-nathanl@linux.ibm.com
Signed-off-by: Rob Herring <robh@kernel.org>
include/linux/of.h