* Re: [PATCH v1 5/6] [media] ov9650: add multiple variant support (fwd)
@ 2017-06-25 20:00 Julia Lawall
2017-06-26 9:59 ` Hugues FRUCHET
0 siblings, 1 reply; 2+ messages in thread
From: Julia Lawall @ 2017-06-25 20:00 UTC (permalink / raw)
Cc: Sylwester Nawrocki, H. Nikolaus Schaller, Guennadi Liakhovetski,
Rob Herring, Mark Rutland, Maxime Coquelin, Alexandre Torgue,
Mauro Carvalho Chehab, Hans Verkuil,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-media-u79uwXL29TY76Z2rM5mHXA, Benjamin Gaignard,
Yannick Fertre, Hugues Fruchet, kbuild-all-JC7UmRfGjtg
Braces are probably missing aroud lines 1618-1620.
julia
---------- Forwarded message ----------
Date: Sun, 25 Jun 2017 23:06:03 +0800
From: kbuild test robot <fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
To: kbuild-JC7UmRfGjtg@public.gmane.org
Cc: Julia Lawall <julia.lawall-L2FTfq7BK8M@public.gmane.org>
Subject: Re: [PATCH v1 5/6] [media] ov9650: add multiple variant support
Hi Hugues,
[auto build test WARNING on linuxtv-media/master]
[also build test WARNING on v4.12-rc6 next-20170623]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Hugues-Fruchet/Add-support-of-OV9655-camera/20170625-201153
base: git://linuxtv.org/media_tree.git master
:::::: branch date: 3 hours ago
:::::: commit date: 3 hours ago
>> drivers/media/i2c/ov9650.c:1618:2-44: code aligned with following code on line 1619
git remote add linux-review https://github.com/0day-ci/linux
git remote update linux-review
git checkout a9fe8c23240a7f8df39c6238d98e41f41fedb641
vim +1618 drivers/media/i2c/ov9650.c
a9fe8c23 Hugues Fruchet 2017-06-22 1612 ov965x->set_params = __ov965x_set_params;
84a15ded Sylwester Nawrocki 2012-12-26 1613
a9fe8c23 Hugues Fruchet 2017-06-22 1614 ov965x->frame_size = &ov965x->framesizes[0];
a9fe8c23 Hugues Fruchet 2017-06-22 1615 ov965x_get_default_format(ov965x, &ov965x->format);
a9fe8c23 Hugues Fruchet 2017-06-22 1616
a9fe8c23 Hugues Fruchet 2017-06-22 1617 if (ov965x->initialize_controls)
a9fe8c23 Hugues Fruchet 2017-06-22 @1618 ret = ov965x->initialize_controls(ov965x);
84a15ded Sylwester Nawrocki 2012-12-26 @1619 if (ret < 0)
84a15ded Sylwester Nawrocki 2012-12-26 1620 goto err_ctrls;
84a15ded Sylwester Nawrocki 2012-12-26 1621
84a15ded Sylwester Nawrocki 2012-12-26 1622 /* Update exposure time min/max to match frame format */
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v1 5/6] [media] ov9650: add multiple variant support (fwd)
2017-06-25 20:00 [PATCH v1 5/6] [media] ov9650: add multiple variant support (fwd) Julia Lawall
@ 2017-06-26 9:59 ` Hugues FRUCHET
0 siblings, 0 replies; 2+ messages in thread
From: Hugues FRUCHET @ 2017-06-26 9:59 UTC (permalink / raw)
To: Julia Lawall
Cc: Mark Rutland, devicetree@vger.kernel.org, Benjamin Gaignard,
Alexandre TORGUE, H. Nikolaus Schaller,
linux-kernel@vger.kernel.org, Hans Verkuil, Rob Herring,
kbuild-all@01.org, Maxime Coquelin, Yannick FERTRE,
Sylwester Nawrocki, Mauro Carvalho Chehab, Guennadi Liakhovetski,
linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org
Ok course, thanks Julia.
On 06/25/2017 10:00 PM, Julia Lawall wrote:
> Braces are probably missing aroud lines 1618-1620.
>
> julia
>
> ---------- Forwarded message ----------
> Date: Sun, 25 Jun 2017 23:06:03 +0800
> From: kbuild test robot <fengguang.wu@intel.com>
> To: kbuild@01.org
> Cc: Julia Lawall <julia.lawall@lip6.fr>
> Subject: Re: [PATCH v1 5/6] [media] ov9650: add multiple variant support
>
> Hi Hugues,
>
> [auto build test WARNING on linuxtv-media/master]
> [also build test WARNING on v4.12-rc6 next-20170623]
> [if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>
> url: https://github.com/0day-ci/linux/commits/Hugues-Fruchet/Add-support-of-OV9655-camera/20170625-201153
> base: git://linuxtv.org/media_tree.git master
> :::::: branch date: 3 hours ago
> :::::: commit date: 3 hours ago
>
>>> drivers/media/i2c/ov9650.c:1618:2-44: code aligned with following code on line 1619
>
> git remote add linux-review https://github.com/0day-ci/linux
> git remote update linux-review
> git checkout a9fe8c23240a7f8df39c6238d98e41f41fedb641
> vim +1618 drivers/media/i2c/ov9650.c
>
> a9fe8c23 Hugues Fruchet 2017-06-22 1612 ov965x->set_params = __ov965x_set_params;
> 84a15ded Sylwester Nawrocki 2012-12-26 1613
> a9fe8c23 Hugues Fruchet 2017-06-22 1614 ov965x->frame_size = &ov965x->framesizes[0];
> a9fe8c23 Hugues Fruchet 2017-06-22 1615 ov965x_get_default_format(ov965x, &ov965x->format);
> a9fe8c23 Hugues Fruchet 2017-06-22 1616
> a9fe8c23 Hugues Fruchet 2017-06-22 1617 if (ov965x->initialize_controls)
> a9fe8c23 Hugues Fruchet 2017-06-22 @1618 ret = ov965x->initialize_controls(ov965x);
> 84a15ded Sylwester Nawrocki 2012-12-26 @1619 if (ret < 0)
> 84a15ded Sylwester Nawrocki 2012-12-26 1620 goto err_ctrls;
> 84a15ded Sylwester Nawrocki 2012-12-26 1621
> 84a15ded Sylwester Nawrocki 2012-12-26 1622 /* Update exposure time min/max to match frame format */
>
> ---
> 0-DAY kernel test infrastructure Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all Intel Corporation
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-06-26 9:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-25 20:00 [PATCH v1 5/6] [media] ov9650: add multiple variant support (fwd) Julia Lawall
2017-06-26 9:59 ` Hugues FRUCHET
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).