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 8DD58E78480 for ; Sun, 1 Oct 2023 19:02:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235314AbjJATCH (ORCPT ); Sun, 1 Oct 2023 15:02:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41678 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235278AbjJATCE (ORCPT ); Sun, 1 Oct 2023 15:02:04 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B52AD3; Sun, 1 Oct 2023 12:02: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=1696186921; x=1727722921; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=lU1mrHVnrZGRuBDHStxRV+o5pqpMT7S9ENV9T7fvz7o=; b=MS9xAxy3j0Xz3/FDXERJ1qSNm25Y7xidPHxHvuB+Iv4cMowPjDam+Okh 2zSDFpA4B50bAg+d5qO1ZrHA7fQunc0rRau5AqX3hpumX2ahXAmlDWLu+ aj43zgD7bkuRHVOnFAzmXoMJBdzo/OiT07j6noYl19/vDr9/f6eBFc2O1 9H3c1hhKO1DxrDvbL2i/4XnbAxCgTygGBgFNuPx2QxG4OziWwdHV1Sfql OGCtpUBmodi2cnjxfLEBNNny1boXoz55r42rvGHimQ/sWwvQXU3/PbVRP jmqklAybm/AjNo2O4OPeX5xybHuro1/7EIS7onM29rGJTeGgiZCME9D/0 g==; X-IronPort-AV: E=McAfee;i="6600,9927,10850"; a="449033879" X-IronPort-AV: E=Sophos;i="6.03,191,1694761200"; d="scan'208";a="449033879" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2023 12:02:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10850"; a="820693160" X-IronPort-AV: E=Sophos;i="6.03,191,1694761200"; d="scan'208";a="820693160" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga004.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Oct 2023 12:01:58 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC0) (envelope-from ) id 1qn1hT-00000001xwV-1iSc; Sun, 01 Oct 2023 22:01:55 +0300 Date: Sun, 1 Oct 2023 22:01:55 +0300 From: Andy Shevchenko To: =?iso-8859-1?Q?Andr=E9?= Apitzsch Cc: Jonathan Cameron , Lars-Peter Clausen , Biju Das , Jonathan Cameron , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] iio: magnetometer: ak8975: Fix 'Unexpected device' error Message-ID: References: <20231001-ak_magnetometer-v1-1-09bf3b8798a3@apitzsch.eu> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231001-ak_magnetometer-v1-1-09bf3b8798a3@apitzsch.eu> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 01, 2023 at 06:09:56PM +0200, André Apitzsch wrote: > Explicity specify array indices to fix mapping between > asahi_compass_chipset and ak_def_array. > While at it, remove unneeded AKXXXX. Indeed, good catch! Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko