Re: [PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-02-03 23:09:11
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2016-02-03 23:09:11
Also in:
lkml
On Sun, Dec 27, 2015 at 11:59:57PM +0700, Ivan Safonov wrote:
1) Return value of this function does not used; 2) wilc_parse_network_info has no reasons to return an error; 3) kfree does not free memory if argument is NULL. Signed-off-by: Ivan Safonov <redacted> --- drivers/staging/wilc1000/coreconfigurator.c | 27 +++++---------------------- drivers/staging/wilc1000/coreconfigurator.h | 2 +- 2 files changed, 6 insertions(+), 23 deletions(-)
You sent 3 different copies of this same patch, so I don't know which to apply :( Please fix up and resend the series properly... thanks, greg k-h