+3
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This fixes a bug in mm/init.c when freeing the TCM compile memory, this was being referred to as a char * which is incorrect: this will dereference the pointer and feed in the value at the location instead of the address to it. Change it to a plain char and use &(char) to reference it. Signed-off-by:Linus Walleij <linus.walleij@stericsson.com> Cc: <stable@kernel.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>