Re: [PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring

2016-02-03 Thread Greg Kroah-Hartman
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 > --- >

[PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring

2015-12-28 Thread Ivan Safonov
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 --- drivers/staging/wilc1000/coreconfigurator.c | 27 +--

[PATCH 2/2] staging: wilc1000: wilc_parse_network_info refactoring

2015-12-28 Thread Ivan Safonov
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 --- drivers/staging/wilc1000/coreconfigurator.c | 27 +--