Re: [PATCH 1/2] device: initialize to zero offset

2013-11-10 Thread Samuel Thibault
Marin Ramesa, le Sun 10 Nov 2013 16:46:29 +0100, a écrit : > Initialize addr to zero offset to quiet warnings about uninitialized > deallocation. > > * device/chario.c (addr): Initialize to zero. Applied, thanks. > --- > device/chario.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >

[PATCH 1/2] device: initialize to zero offset

2013-11-10 Thread Marin Ramesa
Initialize addr to zero offset to quiet warnings about uninitialized deallocation. * device/chario.c (addr): Initialize to zero. --- device/chario.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/chario.c b/device/chario.c index c40705e..19f3bae 100644 --- a/device/ch