Re: [PATCH] staging: rtl8188eu: Removed a function and coded inline

2018-08-20 Thread Bhaskar Singh
On Mon, Aug 20, 2018 at 12:35:46PM +0300, Dan Carpenter wrote: > On Sun, Aug 19, 2018 at 12:36:40AM +0530, Bhaskar Singh wrote: > > This patch removed function named rtw_malloc2d. > > > > I removed this function because this function is used exactly once and > > function call have some overhead al

Re: [PATCH] staging: rtl8188eu: Removed a function and coded inline

2018-08-20 Thread Dan Carpenter
On Sun, Aug 19, 2018 at 12:36:40AM +0530, Bhaskar Singh wrote: > This patch removed function named rtw_malloc2d. > > I removed this function because this function is used exactly once and > function call have some overhead also. > > Maybe this will improve code runtime slightly. > > Signed-off-b

[PATCH] staging: rtl8188eu: Removed a function and coded inline

2018-08-18 Thread Bhaskar Singh
This patch removed function named rtw_malloc2d. I removed this function because this function is used exactly once and function call have some overhead also. Maybe this will improve code runtime slightly. Signed-off-by: Bhaskar Singh --- drivers/staging/rtl8188eu/core/rtw_efuse.c| 10 +