Received: by 10.213.65.68 with SMTP id h4csp828719imn; Wed, 14 Mar 2018 00:57:01 -0700 (PDT) X-Google-Smtp-Source: AG47ELvrA1XJl1Xy5ssS8bbKmBrck0KxqqA7tuBDS4BQ3/haqRMXFGsVQNZvyBasRh1nGg+qSmXc X-Received: by 2002:a17:902:6a89:: with SMTP id n9-v6mr3232126plk.51.1521014220981; Wed, 14 Mar 2018 00:57:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521014220; cv=none; d=google.com; s=arc-20160816; b=Gt9mx6KOV2OL1/HLCoKtN6eMwAlcMrqrwKMz6lA7M9Df6CVybkijaJwcH/pER0QGO2 LBXJcAsaDR8NG+4L+UT4JdVyCBstHgyM5f7jjIClEcTQBDH2iAg+Mp229/EnbbDJ/6uP GbfKvw8grOEVoQegLhrOMymff7a7QKYW5BENYiINQFk8+Zoscxb3MnkzzqZY5/nKRyK5 3ftQdk32DGzWekLcGsGFAL9ZLa92LRPqhY0Fa5CHdmyzT4ntDcWzin1Bd4nhdtnJ0uq1 I0m0x+1FZFGoD6eAg7xK2Zjd1T2FedQ8S8Mll+S4EXUdeQd6GrNRwcuclMuse66jNl6Z 4DfA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=cBn7dvwrKEA2gaQJnzbj8jNSqQ3LRhGWFVQm3EJaDj0=; b=hoiCyfsADbpiIpAdVpl4Ui+TVll/5CB+DAfe9PP5VGaiRVbkVEh5ISmlzs8Au6UdV+ Y+Ax8pUKV4ir4LvOYI9vi3ADNVP0CbAPOFpfKFvMQZEg7IgCg+wso5cUbfem5t1RlJDy 4lwknHvS2193eRCGIqj4FCkH/L6b7CABE3E2ZF4LL9nIcHrywsIWFtwrUWdPM2vS31Rr GIGJlIpKmiYaVWUJQzsUPIru5L4d2Yjo7F+RgkhdH0I4reVZHyyg3jG8TfgbuZFxH8oj wMNIdUZoEGCandEprUuNDsA8f9dQWuzrdL3t0CzmpIel1udF0PA0ZnLKW3gTC92qrNKw XIeQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f90-v6si1570124plb.63.2018.03.14.00.56.46; Wed, 14 Mar 2018 00:57:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753158AbeCNHx2 (ORCPT + 99 others); Wed, 14 Mar 2018 03:53:28 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38332 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751295AbeCNHx1 (ORCPT ); Wed, 14 Mar 2018 03:53:27 -0400 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 38949ACC; Wed, 14 Mar 2018 07:53:26 +0000 (UTC) Date: Wed, 14 Mar 2018 06:36:51 +0100 From: Greg Kroah-Hartman To: Peter Seiderer Cc: linux-media@vger.kernel.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, Philipp Zabel , Steve Longerbeam , Mauro Carvalho Chehab Subject: Re: [PATCH] media: staging/imx: fill vb2_v4l2_buffer sequence entry Message-ID: <20180314053651.GB12280@kroah.com> References: <20180313200054.31305-1-ps.report@gmx.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180313200054.31305-1-ps.report@gmx.net> User-Agent: Mutt/1.9.4 (2018-02-28) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 13, 2018 at 09:00:54PM +0100, Peter Seiderer wrote: > Signed-off-by: Peter Seiderer > --- > drivers/staging/media/imx/imx-media-csi.c | 5 +++++ > 1 file changed, 5 insertions(+) I know I don't take patches with an empty changelog description, but other maintainers might be much more forgiving... :)