On Mon, Aug 19, 2013 at 09:23:17AM +1000, Dave Airlie wrote: > On Thu, Aug 15, 2013 at 5:43 AM, Sebastian Hesselbarth > <[email protected]> wrote: > > From: Russell King <[email protected]> > > > > This patch adds tda998x specific parameters to allow it to be configured > > for different boards using it. Also, this implements rudimentary audio > > support for S/PDIF attached controllers. > > > > Signed-off-by: Russell King <[email protected]> > > Signed-off-by: Sebastian Hesselbarth <[email protected]> > > Tested-by: Darren Etheridge <[email protected]> > > --- > > I've merged the series,
Thanks. > this one generates a warning though: > CC [M] drivers/gpu/drm/i2c/tda998x_drv.o > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/i2c/tda998x_drv.c: > In function ‘tda998x_encoder_mode_set’: > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/i2c/tda998x_drv.c:637:11: > warning: ‘clksel_fs’ may be used uninitialized in this function > [-Wmaybe-uninitialized] > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/i2c/tda998x_drv.c:573:30: > note: ‘clksel_fs’ was declared here > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/i2c/tda998x_drv.c:637:11: > warning: ‘clksel_aip’ may be used uninitialized in this function > [-Wmaybe-uninitialized] > /home/airlied/devel/kernel/drm-next/drivers/gpu/drm/i2c/tda998x_drv.c:573:18: > note: ‘clksel_aip’ was declared here > > It doesn't seem like a real problem, since the function is unlikely to > be called any way to make that case happen. Ok, I'll squash those warnings by a slight rearrangement of the code. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

