diff options
author | 2013-02-27 17:05:44 -0800 | |
---|---|---|
committer | 2013-02-27 19:10:23 -0800 | |
commit | 507063b2a435b24951bce8e1f67ab65cda490f1b (patch) | |
tree | d166bc08e67dd39a2c360de5558ae0499a2ac6a2 /net/unix/af_unix.c | |
parent | Documentation/DMA-API-HOWTO.txt: fix typo (diff) | |
download | wireguard-linux-507063b2a435b24951bce8e1f67ab65cda490f1b.tar.xz wireguard-linux-507063b2a435b24951bce8e1f67ab65cda490f1b.zip |
drivers/pps/clients/pps-gpio.c: use devm_kzalloc
devm_kzalloc allocates memory that is released when a driver detaches.
This patch uses devm_kzalloc for data that is allocated in the probe
function of a platform device and is only freed in the remove function.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Cc: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions