diff options
| author | Arnd Bergmann <[email protected]> | 2017-01-11 14:40:52 +0100 |
|---|---|---|
| committer | Stephen Boyd <[email protected]> | 2017-01-12 14:06:07 -0800 |
| commit | 89d5dcc48c08b4669a503e99e5f8dc7b5bcd2242 (patch) | |
| tree | 03ddc01a9a1308cfc2eebc6f69ca944b359621be /tools/perf/scripts/python | |
| parent | 545643fddb4d15b5a8608856bd01ee158b1ec446 (diff) | |
clk: stm32f4: avoid uninitialized variable access
The failure path in the newly added function tries to free an
uninitialized pointer:
drivers/clk/clk-stm32f4.c: In function 'stm32f4_rcc_init':
drivers/clk/clk-stm32f4.c:1106:4: error: 'gate' may be used uninitialized in this function [-Werror=maybe-uninitialized]
I'm adding an initialization to NULL here to make the kfree()
succeed, and I'm also rearranging the cleanup so that the
same kfree() is used for any error path, making the function
slightly more robust against newly introduced bugs in the
error handling.
Fixes: daf2d117cbca ("clk: stm32f4: Add lcd-tft clock")
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Gabriel Fernandez <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions