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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 F40C7C0044D for ; Mon, 16 Mar 2020 08:27:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C755020674 for ; Mon, 16 Mar 2020 08:27:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730017AbgCPI1V (ORCPT ); Mon, 16 Mar 2020 04:27:21 -0400 Received: from mga14.intel.com ([192.55.52.115]:51187 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728302AbgCPI1V (ORCPT ); Mon, 16 Mar 2020 04:27:21 -0400 IronPort-SDR: GQn6lAS/t/IZ2GUynwpQ7t/V0WdUWCxVWhyxJhXadbWPxtR82GWlHnThGLfx1C2V78fqq+zDVe AnqSNJc1B+lw== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2020 01:27:20 -0700 IronPort-SDR: DxzK6vod9WQQlKu8OhidIpDcJuwB7EJ2xolqqbVKIPAAdEDmbND7aV3vskMu1k1vTHwKhUMxfl NOKZygrOlkDQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,559,1574150400"; d="scan'208";a="323422968" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga001.jf.intel.com with ESMTP; 16 Mar 2020 01:27:19 -0700 Received: from andy by smile with local (Exim 4.93) (envelope-from ) id 1jDl5l-00A0Ha-5f; Mon, 16 Mar 2020 10:27:21 +0200 Date: Mon, 16 Mar 2020 10:27:21 +0200 From: Andy Shevchenko To: Jonathan Cameron Cc: Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , linux-iio@vger.kernel.org, Denis Ciocca Subject: Re: [PATCH v2 8/8] iio: humidity: hts221: Drop unneeded casting when print error code Message-ID: <20200316082721.GA1922688@smile.fi.intel.com> References: <20200313104955.30423-1-andriy.shevchenko@linux.intel.com> <20200313104955.30423-8-andriy.shevchenko@linux.intel.com> <20200315124451.461856e2@archlinux> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200315124451.461856e2@archlinux> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Sun, Mar 15, 2020 at 12:44:51PM +0000, Jonathan Cameron wrote: > On Fri, 13 Mar 2020 12:49:55 +0200 > Andy Shevchenko wrote: > > > Explicit casting in printf() usually shows that something is not okay. > > Here, we really don't need it by providing correct specifier. > > > > Signed-off-by: Andy Shevchenko > Applied. These may sit in my local tree for a few days as I have > an existing pull request out and will want to fast-forward the > tree after that. It's fine, thank you, Jonathan. -- With Best Regards, Andy Shevchenko