linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* atomisp doesn't compile
@ 2020-09-30 13:51 Andy Shevchenko
  2020-09-30 14:52 ` Andy Shevchenko
  2020-09-30 15:00 ` Mauro Carvalho Chehab
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-09-30 13:51 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

Hi, Mauro.

What is the status of AtomISP? It's already been a few days that it
doesn't compile in Linux Next.


  CC [M]  drivers/staging/media/atomisp/pci/sh_css.o
.../drivers/staging/media/atomisp/pci/sh_css.c: In function ‘start_binary’:
.../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: error: ‘stream’
undeclared (first use in this function); did you mean ‘strim’?
1384 |  if (stream->reconfigure_css_rx) {
     |      ^~~~~~
     |      strim
.../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: note: each
undeclared identifier is reported only once for each function it
appears in
.../drivers/staging/media/atomisp/pci/sh_css.c: In function
‘load_preview_binaries’:
.../drivers/staging/media/atomisp/pci/sh_css.c:2967:38: error:
‘continuous’ undeclared (first use in this function)
2967 |   need_isp_copy_binary = !online && !continuous;
     |                                      ^~~~~~~~~~

...

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: atomisp doesn't compile
  2020-09-30 13:51 atomisp doesn't compile Andy Shevchenko
@ 2020-09-30 14:52 ` Andy Shevchenko
  2020-09-30 15:00 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Shevchenko @ 2020-09-30 14:52 UTC (permalink / raw)
  To: Mauro Carvalho Chehab; +Cc: Linux Media Mailing List

On Wed, Sep 30, 2020 at 4:51 PM Andy Shevchenko
<andy.shevchenko@gmail.com> wrote:
>
> Hi, Mauro.
>
> What is the status of AtomISP? It's already been a few days that it
> doesn't compile in Linux Next.
>
>
>   CC [M]  drivers/staging/media/atomisp/pci/sh_css.o
> .../drivers/staging/media/atomisp/pci/sh_css.c: In function ‘start_binary’:
> .../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: error: ‘stream’
> undeclared (first use in this function); did you mean ‘strim’?
> 1384 |  if (stream->reconfigure_css_rx) {
>      |      ^~~~~~
>      |      strim
> .../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: note: each
> undeclared identifier is reported only once for each function it
> appears in
> .../drivers/staging/media/atomisp/pci/sh_css.c: In function
> ‘load_preview_binaries’:
> .../drivers/staging/media/atomisp/pci/sh_css.c:2967:38: error:
> ‘continuous’ undeclared (first use in this function)
> 2967 |   need_isp_copy_binary = !online && !continuous;
>      |                                      ^~~~~~~~~~

I have to perform one test, it seems my branch is not clean.

-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: atomisp doesn't compile
  2020-09-30 13:51 atomisp doesn't compile Andy Shevchenko
  2020-09-30 14:52 ` Andy Shevchenko
@ 2020-09-30 15:00 ` Mauro Carvalho Chehab
  1 sibling, 0 replies; 3+ messages in thread
From: Mauro Carvalho Chehab @ 2020-09-30 15:00 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: Linux Media Mailing List

Hi Andy,

Em Wed, 30 Sep 2020 16:51:10 +0300
Andy Shevchenko <andy.shevchenko@gmail.com> escreveu:

> Hi, Mauro.
> 
> What is the status of AtomISP? It's already been a few days that it
> doesn't compile in Linux Next.
> 
> 
>   CC [M]  drivers/staging/media/atomisp/pci/sh_css.o
> .../drivers/staging/media/atomisp/pci/sh_css.c: In function ‘start_binary’:
> .../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: error: ‘stream’
> undeclared (first use in this function); did you mean ‘strim’?
> 1384 |  if (stream->reconfigure_css_rx) {
>      |      ^~~~~~
>      |      strim
> .../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: note: each
> undeclared identifier is reported only once for each function it
> appears in
> .../drivers/staging/media/atomisp/pci/sh_css.c: In function
> ‘load_preview_binaries’:
> .../drivers/staging/media/atomisp/pci/sh_css.c:2967:38: error:
> ‘continuous’ undeclared (first use in this function)
> 2967 |   need_isp_copy_binary = !online && !continuous;
>      |                                      ^~~~~~~~~~
> 
> ...
> 

Sorry, a cleanup patch removed a temporary var for ISP2400. Just sent
a fixup patch.



Thanks,
Mauro

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-09-30 15:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 13:51 atomisp doesn't compile Andy Shevchenko
2020-09-30 14:52 ` Andy Shevchenko
2020-09-30 15:00 ` Mauro Carvalho Chehab

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).