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 87B3BC41513 for ; Tue, 15 Aug 2023 06:50:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235278AbjHOGuY (ORCPT ); Tue, 15 Aug 2023 02:50:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57452 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235270AbjHOGuE (ORCPT ); Tue, 15 Aug 2023 02:50:04 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.31]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BEA96E72; Mon, 14 Aug 2023 23:50:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1692082202; x=1723618202; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=nugSoOMVhXKAgZNoYsdlfrm/JS7i7WhX4hszrHVtbPc=; b=bPmIVIecPT6wO+ARErIt4iRo05zWBPlp4icIFEeKKrFGiJJr5iOs4Q9o Ip1FDORZ7S2kzyecIt1eyQFcXQBd8uhtRa8RDPhtySwLUXeJ6LZLRrBBb 1lOiDA+RW0YDoVxQSkAwsJR9kPCJatC4rQ8HsNp6oiWNipQW5liM70joz yPdcz5bnKoIokfLFQxH4EtdzZUNnFqjObr0QakNolsQtfamblMtp913Yl wZKyciAKIi0kH+8HApPZgiSIZt+nrnS86P6QKTVyFCHCH/DMdFpNUnTLH GoWKrNaG0bkBX9bGskXx2u0c+LH0vIZQnYMTHk0x9x3G5WwseM+MouDuq w==; X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="436111532" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="436111532" Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Aug 2023 23:50:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10802"; a="1064357666" X-IronPort-AV: E=Sophos;i="6.01,174,1684825200"; d="scan'208";a="1064357666" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga005.fm.intel.com with ESMTP; 14 Aug 2023 23:49:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qVnsK-0074vv-2f; Tue, 15 Aug 2023 09:49:56 +0300 Date: Tue, 15 Aug 2023 09:49:56 +0300 From: Andy Shevchenko To: Biju Das Cc: Jonathan Cameron , Lars-Peter Clausen , Linus Walleij , Jakob Hauser , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-iio@vger.kernel.org, Geert Uytterhoeven , linux-renesas-soc@vger.kernel.org Subject: Re: [PATCH v2 2/2] iio: magnetometer: yamaha-yas530: Drop enum chip_ids Message-ID: References: <20230812065741.20990-1-biju.das.jz@bp.renesas.com> <20230812065741.20990-3-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230812065741.20990-3-biju.das.jz@bp.renesas.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sat, Aug 12, 2023 at 07:57:41AM +0100, Biju Das wrote: > Drop the unnecessary enum chip_ids by splitting the array > yas5xx_chip_info_tbl[] as individual variables. In my opinion this is an unneeded churn. I leave this to Jonathan to decide. -- With Best Regards, Andy Shevchenko