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=-5.6 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 EFC23C4727C for ; Thu, 1 Oct 2020 15:55:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7FEA720759 for ; Thu, 1 Oct 2020 15:55:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601567755; bh=vxyFRRU2qAS1XrbF1XrQWvqjNB7UV65Xf+brUtoe3do=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=AQCwkY0Ho1ticd0bEYPlPdRbGzoxCdOBCsMr7GD9JI/2rYRrFL/93FEGx0X4fg5i+ XTCwaU91cGMQn0GkdUSU7h4zWHJa+SyZR5a5EJs9BbS32FdQK2bk0Ug0rrqwdXm3o3 5YeGICsuqCW4Fk1VAn50wUC9V7zhQR2nAa7YhyXs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732591AbgJAPzy (ORCPT ); Thu, 1 Oct 2020 11:55:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:59370 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732287AbgJAPzy (ORCPT ); Thu, 1 Oct 2020 11:55:54 -0400 Received: from coco.lan (ip5f5ad5d2.dynamic.kabel-deutschland.de [95.90.213.210]) (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 E9C2520759; Thu, 1 Oct 2020 15:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601567753; bh=vxyFRRU2qAS1XrbF1XrQWvqjNB7UV65Xf+brUtoe3do=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=Sfy54yhGbYa7w21zEIpJyw5KYnX+DBYKYS8+qD/0ftQfoiIJ0FflX6B7dd55p7dRr UoghXz8We5TiQj8k/pLvpKzBozSGk0mtpfATNpWs6mXqhB67opL+btz3nLkg0F3HFZ fnG5Q92V4Agk7IoQS8xUb28Yvf7cOfQeddVtQzvA= Date: Thu, 1 Oct 2020 17:55:47 +0200 From: Mauro Carvalho Chehab To: Andy Shevchenko Cc: Greg Kroah-Hartman , Mauro Carvalho Chehab , Sakari Ailus , "open list:STAGING SUBSYSTEM" , Linux Kernel Mailing List , Linux Media Mailing List Subject: Re: [PATCH v3] media: atomisp: fixes build breakage for ISP2400 due to a cleanup Message-ID: <20201001175547.1eb58b26@coco.lan> In-Reply-To: References: <490e5002c3fea266524c31e1a94853dca9c3286c.1601551027.git.mchehab+huawei@kernel.org> 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=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, Em Thu, 1 Oct 2020 18:50:12 +0300 Andy Shevchenko escreveu: > On Thu, Oct 1, 2020 at 2:17 PM Mauro Carvalho Chehab > wrote: > > > > A temporary var needed for building with ISP2400 was removed > > by accident on a cleanup patch. > > > > Fix the breakage. > > Is this in any of your branches? I added v3 of the fixes today at the media tree master branch. If no merge issues happen, it should be at tomorrow's linux-next. Thanks, Mauro