From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751852AbcIIObm (ORCPT ); Fri, 9 Sep 2016 10:31:42 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:8958 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751290AbcIIObl (ORCPT ); Fri, 9 Sep 2016 10:31:41 -0400 X-IronPort-AV: E=Sophos;i="5.30,305,1470693600"; d="scan'208";a="235881430" Date: Fri, 9 Sep 2016 22:31:30 +0800 (SGT) From: Julia Lawall X-X-Sender: jll@hadrien To: Andrey Utkin cc: Ezequiel Garcia , kernel-janitors@vger.kernel.org, Abylay Ospan , Sergey Kozlov , Bluecherry Maintainers , Andrey Utkin , Ismael Luceno , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, Hans Verkuil Subject: Re: [PATCH] [media] pci: constify vb2_ops structures In-Reply-To: <20160909091741.re5ll3jelooeitpv@zver> Message-ID: References: <1473379158-17344-1-git-send-email-Julia.Lawall@lip6.fr> <20160909091741.re5ll3jelooeitpv@zver> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 9 Sep 2016, Andrey Utkin wrote: > On Fri, Sep 09, 2016 at 01:59:18AM +0200, Julia Lawall wrote: > > Check for vb2_ops structures that are only stored in the ops field of a > > vb2_queue structure. That field is declared const, so vb2_ops structures > > that have this property can be declared as const also. > > > Signed-off-by: Julia Lawall > > > > --- > > drivers/media/pci/cx23885/cx23885-417.c | 2 +- > > drivers/media/pci/cx23885/cx23885-dvb.c | 2 +- > > drivers/media/pci/cx23885/cx23885-video.c | 2 +- > > drivers/media/pci/cx25821/cx25821-video.c | 2 +- > > drivers/media/pci/cx88/cx88-blackbird.c | 2 +- > > drivers/media/pci/cx88/cx88-dvb.c | 2 +- > > drivers/media/pci/cx88/cx88-video.c | 2 +- > > drivers/media/pci/netup_unidvb/netup_unidvb_core.c | 2 +- > > drivers/media/pci/saa7134/saa7134-empress.c | 2 +- > > drivers/media/pci/saa7134/saa7134-video.c | 2 +- > > drivers/media/pci/solo6x10/solo6x10-v4l2-enc.c | 2 +- > > drivers/media/pci/tw68/tw68-video.c | 2 +- > > drivers/media/pci/tw686x/tw686x-video.c | 2 +- > > 13 files changed, 13 insertions(+), 13 deletions(-) > > Applies and compiles cleanly on media tree. > But please regenerate this patch on git://linuxtv.org/media_tree.git - > it has a new driver by me, drivers/media/pci/tw5864 , which is affected. Will this soon reach linux-next? julia