From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:62988 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752102AbdHHMhM (ORCPT ); Tue, 8 Aug 2017 08:37:12 -0400 Subject: Re: [PATCH 5/6] [media] exynos4-is: constify video_subdev structures To: Julia Lawall , linux-media@vger.kernel.org Cc: Kyungmin Park , bhumirks@gmail.com, kernel-janitors@vger.kernel.org, Mauro Carvalho Chehab , Kukjin Kim , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org From: Sylwester Nawrocki Message-id: <5c673a72-98f6-1501-845e-7d83fabfa659@samsung.com> Date: Tue, 08 Aug 2017 14:37:03 +0200 MIME-version: 1.0 In-reply-to: <1502189912-28794-6-git-send-email-Julia.Lawall@lip6.fr> Content-type: text/plain; charset="utf-8"; format="flowed" Content-language: en-GB Content-transfer-encoding: 7bit References: <1502189912-28794-1-git-send-email-Julia.Lawall@lip6.fr> <1502189912-28794-6-git-send-email-Julia.Lawall@lip6.fr> Sender: linux-media-owner@vger.kernel.org List-ID: On 08/08/2017 12:58 PM, Julia Lawall wrote: > The v4l2_subdev_ops structures are only passed as the second > argument of v4l2_subdev_init, which is const, so the > v4l2_subdev_ops structures can be const as well. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Reviewed-by: Sylwester Nawrocki