aboutsummaryrefslogtreecommitdiff
path: root/scripts/generate_rust_analyzer.py
diff options
context:
space:
mode:
authorJonathan Neuschäfer <[email protected]>2023-09-23 15:31:27 +0200
committerStephen Boyd <[email protected]>2023-10-18 18:06:05 -0700
commitbbc5080bef4a245106aa8e8d424ba8847ca7c0ca (patch)
tree4c2f9d088214c343cc872ef725588e74b18a1a34 /scripts/generate_rust_analyzer.py
parent43a354a21a6a21f050b95317148661a465108cba (diff)
clk: npcm7xx: Fix incorrect kfree
The corresponding allocation is: > npcm7xx_clk_data = kzalloc(struct_size(npcm7xx_clk_data, hws, > NPCM7XX_NUM_CLOCKS), GFP_KERNEL); ... so, kfree should be applied to npcm7xx_clk_data, not npcm7xx_clk_data->hws. Fixes: fcfd14369856 ("clk: npcm7xx: add clock controller") Signed-off-by: Jonathan Neuschäfer <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions