aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorUwe Kleine-König <[email protected]>2010-08-10 22:17:19 +0100
committerRussell King <[email protected]>2010-08-10 22:46:56 +0100
commit5f6878b0d22f9b93f9698f88c335007e2a3c3bbc (patch)
treecb5ed8d029d8b0a1d499c4431527e97438d79804 /net/unix/sysctl_net_unix.c
parent8436b410806d9a9a8ebfa1b924d8a96da893561a (diff)
ARM: 6323/1: cam60: don't use __init for cam60_spi_{flash_platform_data,partitions}
From: Uwe Kleine-König <[email protected]> To: [email protected] Subject: [PATCH 12/19] ARM: cam60: don't use __init for cam60_spi_{flash_platform_data,partitions} Date: Thu, 5 Aug 2010 16:08:46 +0200 Message-Id: <[email protected]> These two structs are referenced by cam60_spi_devices. The latter is copied at init time to kmalloced memory and so the copy isn't freed after booting. So it must not contain references to .init memory. This isn't noticed by modpost as cam60_spi_devices is in .init.data, too. Noticed-and-Acked-by: Andrew Victor <[email protected]> Signed-off-by: Uwe Kleine-König <[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