Re: [PATCH 1/1] net: ieee802154/adf7242: syntax error ifdef DEBUG

2016-05-18 Thread Michael Hennerich
On 05/17/2016 11:58 PM, Heinrich Schuchardt wrote: If DEBUG is defined, a superfluous closing brace is introduced. Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de> Acked-by: Michael Hennerich <michael.henner...@analog.com> --- drivers/net/ieee802154/adf7242.c | 1 - 1

Re: [PATCH] ieee802154/adf7242: fix memory leak of firmware

2016-04-07 Thread Michael Hennerich
On 04/07/2016 01:16 PM, Sudip Mukherjee wrote: If the firmware upload or the firmware verification fails then we printed the error message and exited but we missed releasing the firmware. Signed-off-by: Sudip Mukherjee <sudip.mukher...@codethink.co.uk> Acked-by: Michael Hen