]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
of/irq: Refer to actual buffer size in of_irq_parse_one()
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 20 Aug 2024 12:16:53 +0000 (14:16 +0200)
committerRob Herring (Arm) <robh@kernel.org>
Mon, 26 Aug 2024 13:45:09 +0000 (08:45 -0500)
commit39ab331ab5d377a18fbf5a0e0b228205edfcc7f4
treeaa0282cfc107ffcc1eaa6f26e32fe60785618dba
parentd6ae27bb86fcc89b13448bb76e3d13b64837904f
of/irq: Refer to actual buffer size in of_irq_parse_one()

Replace two open-coded calculations of the buffer size by invocations of
sizeof() on the buffer itself, to make sure the code will always use the
actual buffer size.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/817c0b9626fd30790fc488c472a3398324cfcc0c.1724156125.git.geert+renesas@glider.be
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
drivers/of/irq.c