diff options
author | Linus Walleij <[email protected]> | 2010-05-26 07:37:57 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2010-05-27 10:36:07 +0100 |
commit | ea208f646c8fb91c39c852e952fc911e1ad045ab (patch) | |
tree | bf4cd875b052996eb13dd30a66647334082b28a2 /net/unix/sysctl_net_unix.c | |
parent | 138de1c44a8e0606501cd8593407e9248e84f1b7 (diff) |
ARM: 6144/1: TCM memory bug freeing bug
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 <[email protected]>
Cc: <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions