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 749E4C001E0 for ; Mon, 23 Oct 2023 11:21:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233828AbjJWLV6 (ORCPT ); Mon, 23 Oct 2023 07:21:58 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43334 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233822AbjJWLV5 (ORCPT ); Mon, 23 Oct 2023 07:21:57 -0400 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 749D4D6; Mon, 23 Oct 2023 04:21:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698060115; x=1729596115; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=dTMuOISm9OIG7zQeqd0pR9/QKceuYq5H6DY5SCz3AfI=; b=LXCHS0PcGxRRTzeBCBjTfIn5xv89EnxUpRHbFYf788VRsLCKyqDeqjzY xpZ3KLrq4jZFk5A1kFSJ7bLPs2/8yZ3RueU/bUiZiiGZIJYN28tSGp7yr 1p7r/iIdI8h2HA3pZo9RO8MuQyR88QO9ig2fBShpJGNo+NLDwUnXwMLui VQoEykY29uKfmcB439W4MN08JKLWhTYveS3khqHzveo+0i3AraSKMUPNP sPqjJinWwXJL01TyNtG65l2GlMVObBuW8tIkC2whP8EVUVWfUJJ1/m0Mu zjQHzBCP7aZbvmaERqKSTOMrcXwpwlS4o4P8LRjucidTVwr5SuwNQtKqX w==; X-IronPort-AV: E=McAfee;i="6600,9927,10871"; a="5441793" X-IronPort-AV: E=Sophos;i="6.03,244,1694761200"; d="scan'208";a="5441793" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2023 04:21:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10871"; a="881730411" X-IronPort-AV: E=Sophos;i="6.03,244,1694761200"; d="scan'208";a="881730411" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Oct 2023 04:21:52 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.97-RC2) (envelope-from ) id 1qut0H-00000007v6h-0qzY; Mon, 23 Oct 2023 14:21:49 +0300 Date: Mon, 23 Oct 2023 14:21:48 +0300 From: Andy Shevchenko To: Angel Iglesias Cc: linux-iio@vger.kernel.org, Biju Das , linux-kernel@vger.kernel.org, Jonathan Cameron , Lars-Peter Clausen , Phil Elwell , Linus Walleij , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= Subject: Re: [PATCH v2 1/5] iio: pressure: bmp280: Use i2c_get_match_data() Message-ID: References: <0554ddae62ba04ccacf58c2de04ec598c876665e.1697994521.git.ang.iglesiasg@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0554ddae62ba04ccacf58c2de04ec598c876665e.1697994521.git.ang.iglesiasg@gmail.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 Sun, Oct 22, 2023 at 07:22:17PM +0200, Angel Iglesias wrote: > From: Biju Das > > Replace device_get_match_data() and id lookup for retrieving match data > by i2c_get_match_data(). > > Signed-off-by: Biju Das > Reviewed-by: Andy Shevchenko Hmm... What tools have you used to format/send this? It seems differs to what `git format-patch` does. -- With Best Regards, Andy Shevchenko