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 6F79DC46467 for ; Thu, 19 Jan 2023 20:59:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229885AbjASU7E (ORCPT ); Thu, 19 Jan 2023 15:59:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52370 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229923AbjASU4o (ORCPT ); Thu, 19 Jan 2023 15:56:44 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B41554ABE6; Thu, 19 Jan 2023 12:55:52 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 4144861D23; Thu, 19 Jan 2023 20:55:52 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6DA2CC433EF; Thu, 19 Jan 2023 20:55:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674161751; bh=xZ6Bug35jWQEeuhTYSGsgV5E/9QoXjQ6Eai9bCr/Ybc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gfbySevRGutAIKS2Ihui+viMJCz3AGRyITxe2jBrn99vLlvnP9KTeH2ybudk8HM+B OHDOhBeABKh179g/2mc+NzeS/ynVAMS3EPlV9ko/kL+5WaQj9R3TofHhstFuc7EDw+ tDBjIEuSxJV0HtDCP20XZjb+F+gUDienByhsq2vRV2rAXTMREm83xDZ092Sox7rTuX s5l6+SQIK1YmiG5p871Cbd1pJ8jLhjCC9Gs4WsD/zlm8V7BkRNrnTvIbNuFf40SMD5 k/NIDucp2f6kZ+5ZBteI2PHVYgFp1gtqfmjugqLu/4U9AVZfE+SjS4JrA1KjhJFz8v hYQ4wiVmknR+A== Date: Thu, 19 Jan 2023 20:55:47 +0000 From: Lee Jones To: Andy Shevchenko Cc: Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-leds@vger.kernel.org, linux-kernel@vger.kernel.org, Pavel Machek Subject: Re: [PATCH v1 1/1] leds: tca6507: Convert to use fwnode_device_is_compatible() Message-ID: References: <20230119175150.77250-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230119175150.77250-1-andriy.shevchenko@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 19 Jan 2023, Andy Shevchenko wrote: > Replace open coded fwnode_device_is_compatible() in the driver. > > Signed-off-by: Andy Shevchenko > --- > drivers/leds/leds-tca6507.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied, thanks -- Lee Jones [李琼斯]