Skip to content
Commit f63fcc90 authored by Masanari Iida's avatar Masanari Iida Committed by Mike Turquette
Browse files

clk:at91: Fix memory leak in of_at91_clk_master_setup()



cppcheck detected following error
[clk-master.c:245]: (error) Memory leak: characteristics

The original code forgot to free characteristics when
irq_of_parse_and_map() failed.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by Boris BREZILLON <b.brezillon@overkiz.com>
Acked-by: default avatarAlexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: default avatarMike Turquette <mturquette@linaro.org>
parent ec6deea1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment