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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F9B9EB64D9 for ; Thu, 15 Jun 2023 14:41:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241347AbjFOOlq (ORCPT ); Thu, 15 Jun 2023 10:41:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343810AbjFOOlm (ORCPT ); Thu, 15 Jun 2023 10:41:42 -0400 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D394170E for ; Thu, 15 Jun 2023 07:41:42 -0700 (PDT) X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="338556617" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="338556617" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jun 2023 07:41:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10742"; a="662820506" X-IronPort-AV: E=Sophos;i="6.00,245,1681196400"; d="scan'208";a="662820506" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga003.jf.intel.com with ESMTP; 15 Jun 2023 07:41:34 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1q9oAG-003xr9-2W; Thu, 15 Jun 2023 17:41:32 +0300 Date: Thu, 15 Jun 2023 17:41:32 +0300 From: Andy Shevchenko To: Hans de Goede Cc: Sakari Ailus , Daniel Scally , Mauro Carvalho Chehab , Kate Hsuan , Tommaso Merciai , linux-media@vger.kernel.org Subject: Re: [PATCH v2 17/28] media: ov2680: Add support for ACPI enumeration Message-ID: References: <20230615141349.172363-1-hdegoede@redhat.com> <20230615141349.172363-18-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230615141349.172363-18-hdegoede@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org On Thu, Jun 15, 2023 at 04:13:38PM +0200, Hans de Goede wrote: > Add an acpi_match_table now that all the other bits necessary for > ACPI support are in place. ... > +static const struct acpi_device_id ov2680_acpi_ids[] = { > + { "OVTI2680" }, > + { /* sentinel */ }, Comma is not needed for the terminator entry. > +}; -- With Best Regards, Andy Shevchenko