From patchwork Thu Dec 13 10:21:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 10728417 X-Patchwork-Delegate: kieran@bingham.xyz Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A82BA13BF for ; Thu, 13 Dec 2018 10:21:13 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9A1AB2BEC0 for ; Thu, 13 Dec 2018 10:21:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8E9F92BE97; Thu, 13 Dec 2018 10:21:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E7412BEB7 for ; Thu, 13 Dec 2018 10:21:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727720AbeLMKVM (ORCPT ); Thu, 13 Dec 2018 05:21:12 -0500 Received: from perceval.ideasonboard.com ([213.167.242.64]:44388 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727647AbeLMKVM (ORCPT ); Thu, 13 Dec 2018 05:21:12 -0500 Received: from Q.home (unknown [IPv6:2a02:c7f:1887:5d00:a043:492c:f55d:2bdb]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C792A549; Thu, 13 Dec 2018 11:21:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1544696471; bh=ZZqUduKnt8pOi7v1FOD3xGSLACdlXK7vgHr6MAPnXYM=; h=From:To:Subject:Date:From; b=v4oyrUJqvKhUIONLYwN1KF8x4ZzlUHy3dqN6F8m2A5/MlwlGD2+YOk8t8KoFumTDQ SHXEzdL6lGU8ey1kvm53vndeSHKNgivSXZHpAJ32o8uhKqievmLPGJGdxCjA1jCBAD k9FnQIaYU06nwsqhDXJmJhjyMehT30rhvPcxCKyk= From: Kieran Bingham To: Kieran Bingham , linux-renesas-soc@vger.kernel.org Subject: [PATCH] [PLEASEIGNORE] vsp1: Undesirable change Date: Thu, 13 Dec 2018 10:21:05 +0000 Message-Id: <20181213102105.409-1-kieran.bingham+renesas@ideasonboard.com> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Kieran Bingham --- drivers/media/platform/vsp1/vsp1_wpf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/media/platform/vsp1/vsp1_wpf.c b/drivers/media/platform/vsp1/vsp1_wpf.c index 2e8cc4195c31..207baf0cd75e 100644 --- a/drivers/media/platform/vsp1/vsp1_wpf.c +++ b/drivers/media/platform/vsp1/vsp1_wpf.c @@ -7,6 +7,8 @@ * Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com) */ +/* A no op change. Please disregard */ + #include #include