Re: [Linux-zigbee-devel] [PATCH net-next v3] mrf24j40: added device managed APIs

2014-05-29 Thread Alexander Aring
Hi Varka, On Thu, May 29, 2014 at 03:57:38PM +0530, Varka Bhadram wrote: > changes since v2: > 1. removed unwanted label implementation. > > When we use devm_* APIs ,probe() failed also the memory > will be freed automatically. Thanks to Alex > > -Varka Bhadram > > you should provide a "wel

[PATCH net-next v3] mrf24j40: added device managed APIs

2014-05-29 Thread Varka Bhadram
changes since v2: 1. removed unwanted label implementation. When we use devm_* APIs ,probe() failed also the memory will be freed automatically. Thanks to Alex -Varka Bhadram Signed-off-by: Varka Bhadram --- drivers/net/ieee802154/mrf24j40.c | 30 -- 1 file chan