Revision 541f936f5d3993c5bbed33bdb53acd6de2403b04 authored by Jingoo Han on 29 May 2012, 22:07:24 UTC, committed by Linus Torvalds on 29 May 2012, 23:22:31 UTC
The devm_ functions allocate memory that is released when a driver
detaches.  This patch uses devm_kzalloc of these functions.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: InKi Dae <inki.dae@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent ab03e04
History
File Mode Size
kdb
Makefile -rw-r--r-- 122 bytes
debug_core.c -rw-r--r-- 23.4 KB
debug_core.h -rw-r--r-- 2.3 KB
gdbstub.c -rw-r--r-- 25.4 KB

back to top