Re: [PATCH 13/37] staging:r8188eu: remove debug messages after memory allocation failed

2016-10-25 Thread Dan Carpenter
On Wed, Oct 19, 2016 at 10:07:41PM +0700, Ivan Safonov wrote: > These messages are redundant. > Also break rtw_usb_if1_init function if HalData allocation failed. > > Signed-off-by: Ivan Safonov Since you're redoing this anyway, please split this one into two patches. We

[PATCH 13/37] staging:r8188eu: remove debug messages after memory allocation failed

2016-10-19 Thread Ivan Safonov
These messages are redundant. Also break rtw_usb_if1_init function if HalData allocation failed. Signed-off-by: Ivan Safonov --- drivers/staging/rtl8188eu/core/rtw_efuse.c | 4 +--- drivers/staging/rtl8188eu/hal/rtl8188e_cmd.c | 4 +---