Re: [PATCH] drm/i915: Fix missing variable initilization

2013-03-08 Thread Damien Lespiau
On Sun, Mar 03, 2013 at 06:20:26PM +0100, Daniel Vetter wrote: > On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote: > > Need to initialize the variable wait to false. > > > > Signed-off-by: Syam Sidhardhan > > Looks sane, thanks for the patch. Cc'ing Paulo in case I've missed > som

Re: [PATCH] drm/i915: Fix missing variable initilization

2013-03-03 Thread Daniel Vetter
On Mon, Feb 25, 2013 at 04:05:38AM +0530, Syam Sidhardhan wrote: > Need to initialize the variable wait to false. > > Signed-off-by: Syam Sidhardhan Looks sane, thanks for the patch. Cc'ing Paulo in case I've missed something. -Daniel > --- > drivers/gpu/drm/i915/intel_ddi.c |2 +- > 1 fil