From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B783CC4727C for ; Wed, 30 Sep 2020 15:00:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 80771206FC for ; Wed, 30 Sep 2020 15:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601478009; bh=Sxh+FI37+2ux5jAceo5NPyG5hWeX5gRZPEctlMAdq4s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=OV7C3Pje89+YTSo//ntwGagOBGFfJ0P/V1b7meFGf+C47y5tlhEeyZcPDXXOI7m4S x8mhfBR9P++lrH6TAjBn5Wp5RGqtRDEi8Z6Oz79o57FwmpCwU2hqzcXs6gnzMSJMJz sKsXsrziEEP0oFHK3xyqXFkzGHUfpWAYwuvpL2fk= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729343AbgI3PAJ (ORCPT ); Wed, 30 Sep 2020 11:00:09 -0400 Received: from mail.kernel.org ([198.145.29.99]:56168 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725872AbgI3PAI (ORCPT ); Wed, 30 Sep 2020 11:00:08 -0400 Received: from coco.lan (ip5f5ad5c4.dynamic.kabel-deutschland.de [95.90.213.196]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A867A206FC; Wed, 30 Sep 2020 15:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601478008; bh=Sxh+FI37+2ux5jAceo5NPyG5hWeX5gRZPEctlMAdq4s=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XR6e6LPi2Ru6CUjRCGvZ+CdlH/3IrrEmIxRQ477dP0n/9N/4Z4Y/pTFEzjo63D8F2 pRJSDxkdqly8zBbJ7HnhI4gr7PHQUq8jTQRXR/oDkeq8lq6c/Iyp1RCzk+9Ck79ZY4 2QUt7Kr1Zgtgm4ZniytrX0p2kQXcl80NEpzkNPP8= Date: Wed, 30 Sep 2020 17:00:04 +0200 From: Mauro Carvalho Chehab To: Andy Shevchenko Cc: Linux Media Mailing List Subject: Re: atomisp doesn't compile Message-ID: <20200930170004.77f0c68b@coco.lan> In-Reply-To: References: X-Mailer: Claws Mail 3.17.6 (GTK+ 2.24.32; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi Andy, Em Wed, 30 Sep 2020 16:51:10 +0300 Andy Shevchenko escreveu: > Hi, Mauro. >=20 > What is the status of AtomISP? It's already been a few days that it > doesn't compile in Linux Next. >=20 >=20 > CC [M] drivers/staging/media/atomisp/pci/sh_css.o > .../drivers/staging/media/atomisp/pci/sh_css.c: In function =E2=80=98star= t_binary=E2=80=99: > .../drivers/staging/media/atomisp/pci/sh_css.c:1384:6: error: =E2=80=98st= ream=E2=80=99 > undeclared (first use in this function); did you mean =E2=80=98strim=E2= =80=99? > 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 > =E2=80=98load_preview_binaries=E2=80=99: > .../drivers/staging/media/atomisp/pci/sh_css.c:2967:38: error: > =E2=80=98continuous=E2=80=99 undeclared (first use in this function) > 2967 | need_isp_copy_binary =3D !online && !continuous; > | ^~~~~~~~~~ >=20 > ... >=20 Sorry, a cleanup patch removed a temporary var for ISP2400. Just sent a fixup patch. Thanks, Mauro