Hello build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/34499
to look at the new patch set (#2).
Change subject: soc/qualcomm/ipq806x: Remove unnecessary allocation ......................................................................
soc/qualcomm/ipq806x: Remove unnecessary allocation
The bus variable doesn't live outside the scope of this function, and is only used as a convenient way for passing the pointers to all the sub-functions, so it doesn't need to be allocated. Put it on the stack instead.
Change-Id: I4370d77445952731d20f7d9a91803612f4d21aef Signed-off-by: Jacob Garber jgarber1@ualberta.ca Found-by: Coverity CID 1294801 --- M src/soc/qualcomm/ipq806x/lcc.c 1 file changed, 11 insertions(+), 19 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/99/34499/2