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=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 C0AE1C433DF for ; Fri, 24 Jul 2020 20:04:17 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9D7702065F for ; Fri, 24 Jul 2020 20:04:17 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9D7702065F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 0AC2C6E867; Fri, 24 Jul 2020 20:04:17 +0000 (UTC) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by gabe.freedesktop.org (Postfix) with ESMTPS id E2DE16E867 for ; Fri, 24 Jul 2020 20:04:15 +0000 (UTC) IronPort-SDR: iTI5ItBPYlwFy7eep6a8Z+5ruGqMiki6+XcxCVpnqUvK0Z79OSVdGDuUOY6nhIBJsAGu29Va43 7Q3F6WA8++6w== X-IronPort-AV: E=McAfee;i="6000,8403,9692"; a="148687604" X-IronPort-AV: E=Sophos;i="5.75,391,1589266800"; d="scan'208";a="148687604" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Jul 2020 13:04:14 -0700 IronPort-SDR: tuV93hYXp8aAJnwvOfbHgbOdYEClh1XvLi21Q6DrmXz+oxPtV/mRmyxycMZb6hWofxxWT4MtCm /+wIDSS1cTmQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.75,391,1589266800"; d="scan'208";a="289092601" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by orsmga006.jf.intel.com with SMTP; 24 Jul 2020 13:04:11 -0700 Received: by stinkbox (sSMTP sendmail emulation); Fri, 24 Jul 2020 23:04:10 +0300 Date: Fri, 24 Jul 2020 23:04:10 +0300 From: Ville =?iso-8859-1?Q?Syrj=E4l=E4?= To: Daniel Vetter Subject: Re: [PATCH] drm/omap: Use {} to zero initialize the mode Message-ID: <20200724200410.GH6112@intel.com> References: <20200724190718.23567-1-ville.syrjala@linux.intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-Patchwork-Hint: comment User-Agent: Mutt/1.10.1 (2018-07-13) X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Dave Airlie , Tomi Valkeinen , Laurent Pinchart , dri-devel Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jul 24, 2020 at 09:43:45PM +0200, Daniel Vetter wrote: > On Fri, Jul 24, 2020 at 9:07 PM Ville Syrjala > wrote: > > > > From: Ville Syrj=E4l=E4 > > > > The first member of drm_display_mode is no longer a structure, but > > the code is still using {{0}} to zero initialize it. Make that just > > {} so it works regardless of what lies inside. > > > > Cc: Dave Airlie > > Cc: Laurent Pinchart > > Cc: Tomi Valkeinen > > Fixes: 42acb06b01b1 ("drm: pahole struct drm_display_mode") > > Signed-off-by: Ville Syrj=E4l=E4 > = > Reviewed-by: Daniel Vetter > = > This needs to go into drm-misc-next-fixes, looks like Maarten has > already forward it so you can push it there. Thanks for the review. Pushed. -> vacation -- = Ville Syrj=E4l=E4 Intel _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel