Hi Sebastian, On Tue, Mar 31, 2015 at 03:37:20AM +0200, Sebastian Reichel wrote: > Hi, > > On Tue, Mar 31, 2015 at 02:13:28AM +0300, Sakari Ailus wrote: > > isp_of_parse_nodes() passed an uninitialised prev argument to > > of_graph_get_next_endpoint(). This is bad, fix it by assigning NULL to it in > > the initialisation. > > > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxx> > > Reported-by: Sebastian Reichel <sre@xxxxxxxxxx> > > --- > > drivers/media/platform/omap3isp/isp.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c > > index ff8f633..ff51c4f 100644 > > --- a/drivers/media/platform/omap3isp/isp.c > > +++ b/drivers/media/platform/omap3isp/isp.c > > @@ -2338,7 +2338,7 @@ static int isp_of_parse_node(struct device *dev, struct device_node *node, > > static int isp_of_parse_nodes(struct device *dev, > > struct v4l2_async_notifier *notifier) > > { > > - struct device_node *node; > > + struct device_node *node = NULL; > > > > notifier->subdevs = devm_kcalloc( > > dev, ISP_MAX_SUBDEVS, sizeof(*notifier->subdevs), GFP_KERNEL); > > Acked-By: Sebastian Reichel <sre@xxxxxxxxxx> > > Note, that this actually triggered the following stacktrace for me, > so you may want to add a Fixes: <commitid> and the stacktrace to the > commit message if its not merged with the original commit (relevant > for people doing git bisect). Thanks. Laurent merged the patch with the original one, and will send a new pull request. -- Regards, Sakari Ailus e-mail: sakari.ailus@xxxxxx XMPP: sailus@xxxxxxxxxxxxxx -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html