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=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham 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 503A9C433E6 for ; Tue, 12 Jan 2021 12:21:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1DDE622BE9 for ; Tue, 12 Jan 2021 12:21:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1733144AbhALMVk (ORCPT ); Tue, 12 Jan 2021 07:21:40 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727687AbhALMVk (ORCPT ); Tue, 12 Jan 2021 07:21:40 -0500 Received: from mail-wm1-x330.google.com (mail-wm1-x330.google.com [IPv6:2a00:1450:4864:20::330]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8060BC06179F for ; Tue, 12 Jan 2021 04:20:59 -0800 (PST) Received: by mail-wm1-x330.google.com with SMTP id e25so1941656wme.0 for ; Tue, 12 Jan 2021 04:20:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=MbuUq4P3EHTaRZRZIMbCktw9khedoDm+hM+zJy1KsqI=; b=LhTgig3W3sY07dXxslzsfjFFIfbXnY40C8dWqKXdoxjaCsPK6Sxr2e7t/oPOPZPYHs 1eQoNC/fomQriaKt2PO/gTKRdDmMUUQiU7zqiqNWSzRgRVB7LXj+orqSFahMBEglKJCA NUFevB0PHOengYR/AUjkRLCQ40QEEWx7YblPk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=MbuUq4P3EHTaRZRZIMbCktw9khedoDm+hM+zJy1KsqI=; b=QQwkifg0kPOONwnSrFkpIr9+FgZ70+DGe2/au1yZ4l3cCrP0A405epOunU3rOu08rl 60W4Wt+XudFAgiaiL32ny4KBHPynF3HuV1q1yZjiPGgxDH0w5fKtsY5gGKtCgvkF5TEu OT7Ya8y96OcOaNEyS26C2q4sTkhn/u4yxeIXkZINuASvra1zmEsHmB1HX13LrfmXmeWa 0EodS4NzWgeck0V8rS6zVcTChfPaqYU4vWgNZGbfEzhJ1Iu5AuEd+uiQxMj/XMz0dRFu rQUyF2DEKWnYRe1DFYuJe7ODjzuniL+8hyvcQKqq3d3j6IfeaFHf/j+BP0xeVVVWieKa Y9aA== X-Gm-Message-State: AOAM532J5XbpHP/07BIu4j7q3ldZngxIFyFvfpjjPhyzhj3JgDCxC9Ox meOqSwReM0NCJ8wLN2k/TEQ1XA== X-Google-Smtp-Source: ABdhPJyIhFnoExJgUM6FYKub4zkfWO30jYVL5KHqYAuyL6Hn09FJ/56mq3n40ebrt+ImoKxV+BRInQ== X-Received: by 2002:a1c:7217:: with SMTP id n23mr3243366wmc.167.1610454058331; Tue, 12 Jan 2021 04:20:58 -0800 (PST) Received: from alco.lan ([80.71.134.83]) by smtp.gmail.com with ESMTPSA id w189sm3781384wmg.31.2021.01.12.04.20.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 12 Jan 2021 04:20:57 -0800 (PST) From: Ricardo Ribalda To: linux-media@vger.kernel.org, linux-kernel@vger.kernel.org, kieran.bingham+renesas@ideasonboard.com, Ezequiel Garcia Cc: Ricardo Ribalda , Maxime Ripard , Chen-Yu Tsai Subject: [PATCH v2 6/9] media: sun4i-csi: Do not zero reserved fields Date: Tue, 12 Jan 2021 13:20:52 +0100 Message-Id: <20210112122053.10372-1-ribalda@chromium.org> X-Mailer: git-send-email 2.30.0.284.gd98b1dd5eaa7-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Core code already clears reserved fields of struct v4l2_pix_format_mplane, check: 4e1e0eb0e074 ("media: v4l2-ioctl: Zero v4l2_plane_pix_format reserved fields"). Cc: Maxime Ripard Cc: Chen-Yu Tsai Reviewed-by: Kieran Bingham Signed-off-by: Ricardo Ribalda --- drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c b/drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c index 1a2f65d83a6c..4785faddf630 100644 --- a/drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c +++ b/drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c @@ -113,8 +113,6 @@ static void _sun4i_csi_try_fmt(struct sun4i_csi *csi, pix->num_planes = _fmt->num_planes; pix->pixelformat = _fmt->fourcc; - memset(pix->reserved, 0, sizeof(pix->reserved)); - /* Align the width and height on the subsampling */ width = ALIGN(pix->width, _fmt->hsub); height = ALIGN(pix->height, _fmt->vsub); @@ -131,8 +129,6 @@ static void _sun4i_csi_try_fmt(struct sun4i_csi *csi, bpl = pix->width / hsub * _fmt->bpp[i] / 8; pix->plane_fmt[i].bytesperline = bpl; pix->plane_fmt[i].sizeimage = bpl * pix->height / vsub; - memset(pix->plane_fmt[i].reserved, 0, - sizeof(pix->plane_fmt[i].reserved)); } } -- 2.30.0.284.gd98b1dd5eaa7-goog