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 AD16CC678D4 for ; Tue, 7 Mar 2023 11:37:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231195AbjCGLhH (ORCPT ); Tue, 7 Mar 2023 06:37:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38202 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231168AbjCGLgv (ORCPT ); Tue, 7 Mar 2023 06:36:51 -0500 Received: from mx0b-001ae601.pphosted.com (mx0a-001ae601.pphosted.com [67.231.149.25]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C668052F61; Tue, 7 Mar 2023 03:36:24 -0800 (PST) Received: from pps.filterd (m0077473.ppops.net [127.0.0.1]) by mx0a-001ae601.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 3276mTum012987; Tue, 7 Mar 2023 05:36:04 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cirrus.com; h=date : from : to : cc : subject : message-id : references : mime-version : content-type : in-reply-to; s=PODMain02222019; bh=qE/pOQbPGtEALzSxE353IyUrRX1F9n9Ysy8nZBmQSQc=; b=BAdQO7BrtXVjSf9xdGGSFoLVxW1hRDgjo5WgRaoZXIR+3BCy0F2GOwxcV/KIt/o4V2ev /N54nY03WFSJZAB4IZLBHVmiy3quxTji7hx9RFSY8m/qtLNxigYPBbPCDeb8KwpeVEqw 0JzdeyS7ybpT6amnL2P6LgaLiMEvdmKMTJtZIEwtLVFP5PIKUqboN9/OhSMkl5sz5f94 ve0lQQVR8BOUUzRPOwn3pSW2K7qgrUG3wyi/7IVyi/5R/tkVQiihxGyVABIaZkcNJ3HO mR3bojh0rSOqqHl3vkhF9DNqlApsYA1r3qfpKTyJHWHmokEFfYn416tgH5a38FyBf+je TA== Received: from ediex01.ad.cirrus.com ([84.19.233.68]) by mx0a-001ae601.pphosted.com (PPS) with ESMTPS id 3p449742f4-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 07 Mar 2023 05:36:03 -0600 Received: from ediex01.ad.cirrus.com (198.61.84.80) by ediex01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1118.25; Tue, 7 Mar 2023 05:36:01 -0600 Received: from ediswmail.ad.cirrus.com (198.61.86.93) by ediex01.ad.cirrus.com (198.61.84.80) with Microsoft SMTP Server id 15.2.1118.25 via Frontend Transport; Tue, 7 Mar 2023 05:36:01 -0600 Received: from ediswmail.ad.cirrus.com (ediswmail.ad.cirrus.com [198.61.86.93]) by ediswmail.ad.cirrus.com (Postfix) with ESMTP id BAA5C45; Tue, 7 Mar 2023 11:36:01 +0000 (UTC) Date: Tue, 7 Mar 2023 11:36:01 +0000 From: Charles Keepax To: Andy Shevchenko CC: Schspa Shi , Marc Zyngier , Bartosz Golaszewski , , , , , , , Linus Walleij , Doug Berger , Florian Fainelli , Broadcom internal kernel review list , Andy Shevchenko , Thierry Reding , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Maxime Coquelin , Alexandre Torgue , Kuppuswamy Sathyanarayanan , Nandor Han , Semi Malinen Subject: Re: [PATCH v1 15/16] gpio: wm8994: Utilize helpers from string_choices.h Message-ID: <20230307113601.GV68926@ediswmail.ad.cirrus.com> References: <20230306195556.55475-1-andriy.shevchenko@linux.intel.com> <20230306195556.55475-16-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20230306195556.55475-16-andriy.shevchenko@linux.intel.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Proofpoint-GUID: lfMpGTS3UyB_ceFJsXDewKvJ5F4h_XaD X-Proofpoint-ORIG-GUID: lfMpGTS3UyB_ceFJsXDewKvJ5F4h_XaD X-Proofpoint-Spam-Reason: safe Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 06, 2023 at 09:55:55PM +0200, Andy Shevchenko wrote: > There are a few helpers available to convert a boolean variable > to the dedicated string literals depending on the application. > Use them in the driver. > > Signed-off-by: Andy Shevchenko > --- Acked-by: Charles Keepax Thanks, Charles