Em Wed, 1 Nov 2017 18:59:48 -0200 Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> escreveu: > Em Wed, 1 Nov 2017 16:56:33 -0400 > Mauro Carvalho Chehab <mchehab@xxxxxxxxxxxxxxxx> escreveu: > > > As warned by smatch: > > drivers/media/platform/atmel/atmel-isc.c:2097 isc_parse_dt() error: uninitialized symbol 'ret'. > > > > The problem here is that of_graph_get_next_endpoint() can > > potentially return NULL on its first pass, with would make > > it return a random value, as ret is not initialized. > > > > While here, use while(1) instead of for(; ;), as while is > > the preferred syntax for such kind of loops. > > Sorry, please discard this e-mail... there's something wrong on my > environment. > > git send-email is dying after the first e-mail: > > Died at /usr/libexec/git-core/git-send-email line 1350. Btw, this never happened before today... probably it is because I'm trying to send a pull request between Halloween and the Day of the Dead :-p Thanks, Mauro