On 7 July 2015 at 22:29, Masahiro Yamada <[email protected]> wrote: > devm_kmalloc() is identical to kmalloc() except that the memory > allocated with it is managed and will be automatically released > when the device is removed/unbound. > > Likewise for the other variants. > > Signed-off-by: Masahiro Yamada <[email protected]> > --- > > drivers/core/devres.c | 21 +++++++++++++++++++++ > include/dm/device.h | 23 +++++++++++++++++++++++ > 2 files changed, 44 insertions(+)
Acked-by: Simon Glass <[email protected]> _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

