Re: [PATCH 11/11] iop-adma.c:1129: possible bad parameter in memset

2015-03-16 Thread Vinod Koul
On Fri, Mar 13, 2015 at 04:55:14PM +0200, Ameen Ali wrote: > The 2nd memset() argument '286331153' doesn't fit into an 'unsigned char'. care to explain hpow it is fixed... > > Signed-off-by : This is not proper, see Documentation/SubmittingPatches > --- > drivers/dma/iop-adma.c | 2 +- > 1 fil

[PATCH 11/11] iop-adma.c:1129: possible bad parameter in memset

2015-03-13 Thread Ameen Ali
The 2nd memset() argument '286331153' doesn't fit into an 'unsigned char'. Signed-off-by : --- drivers/dma/iop-adma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/dma/iop-adma.c b/drivers/dma/iop-adma.c index 263d9f6..78382b0 100644 --- a/drivers/dma/iop-adma.c +++