Re: [PATCH v3] rtlwifi:rtl8723ae:add the function name to the printouts

2017-11-24 Thread Larry Finger
On 11/24/2017 05:41 AM, venkat.prashanth2...@gmail.com wrote: From: Venkat Prashanth B U Prefer and make it generic by using %s and __func__ to print function name Change Log: v2: a. RT_TRACE(rtlpriv, COMP_SEND, DBG_TRACE, "\n"); The function name is not necessary in above code according to c

Re: [PATCH v3] rtlwifi:rtl8723ae:add the function name to the printouts

2017-11-24 Thread Greg KH
On Fri, Nov 24, 2017 at 05:11:20PM +0530, venkat.prashanth2...@gmail.com wrote: > From: Venkat Prashanth B U > > Prefer and make it generic by using %s and __func__ > to print function name > > Change Log: > > v2: > a. RT_TRACE(rtlpriv, COMP_SEND, DBG_TRACE, "\n"); > The function name is not ne

[PATCH v3] rtlwifi:rtl8723ae:add the function name to the printouts

2017-11-24 Thread venkat . prashanth2498
From: Venkat Prashanth B U Prefer and make it generic by using %s and __func__ to print function name Change Log: v2: a. RT_TRACE(rtlpriv, COMP_SEND, DBG_TRACE, "\n"); The function name is not necessary in above code according to conditions as mentioned in comments. b. modified the commit mess