Re: [PATCH 09/21] dw_dmac: remove inline marking of EXPORT_SYMBOL functions

2013-05-30 Thread Vinod Koul
On Thu, May 09, 2013 at 01:19:40PM +0400, Denis Efremov wrote: > EXPORT_SYMBOL and inline directives are contradictory to each other. > The patch fixes this inconsistency. > > Found by Linux Driver Verification project (linuxtesting.org). > > Signed-off-by: Denis Efremov Applied, thanks -- ~Vin

Re: [PATCH 09/21] dw_dmac: remove inline marking of EXPORT_SYMBOL functions

2013-05-12 Thread Viresh Kumar
On Fri, May 10, 2013 at 8:54 PM, Andy Shevchenko wrote: > Seems those inlines are leftovers from first versions of the driver. Anyway, > looks fine by me. I think Viresh can give you an Ack. > > 9.5.2013 12.22 "Denis Efremov" kirjoitti: >> >> EXPORT_SYMBOL and inline directives are contradictory

[PATCH 09/21] dw_dmac: remove inline marking of EXPORT_SYMBOL functions

2013-05-09 Thread Denis Efremov
EXPORT_SYMBOL and inline directives are contradictory to each other. The patch fixes this inconsistency. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Denis Efremov --- drivers/dma/dw_dmac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/