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 4D897C41513 for ; Tue, 15 Aug 2023 17:31:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238720AbjHORau (ORCPT ); Tue, 15 Aug 2023 13:30:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47656 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238887AbjHORaf (ORCPT ); Tue, 15 Aug 2023 13:30:35 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 31BF41BD8; Tue, 15 Aug 2023 10:30:34 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BA9116165D; Tue, 15 Aug 2023 17:30:33 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 64025C433C7; Tue, 15 Aug 2023 17:30:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1692120633; bh=WT7lqYYbdnO4EQaTflZ5JYKuu+SrEFSusULuRq8He1I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PNo8IYa5Pi25Df4UPmxhVnagL6F7Pg/oui7goNBJXi+lGnMPxjMW4lRUDzPH/xyYI wI5t//FUqvKDDS9r2tOdC/duh4rU7QMYE1gNLu6+k2XaUKsG9p5tFZm+Eo7EymNR+1 aT93AGIsohFgsVIBk3I3cPhHj9GLansOjbz8ZTcSR9g0ioaV7/ExUQ4AIJXPrTkNKh q6ayNVSZitoLpRB8JGMhs9TclNViO5HiR42Zbgej0mUBti8VApR2DM2HJRDGYZrMXK Y+mTNLLecgHYPJ7nION0Rq9fHyd4z+U1IOZUJoSBfh0sGwWq+MNqMHNPDDNpi66lMe E1hMuEuzTJAKA== Date: Tue, 15 Aug 2023 18:30:28 +0100 From: Lee Jones To: Marek Vasut Cc: linux-leds@vger.kernel.org, Conor Dooley , Isai Gaspar , Krzysztof Kozlowski , Pavel Machek , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH] leds: pca995x: Fix MODULE_DEVICE_TABLE for OF Message-ID: <20230815173028.GE648357@google.com> References: <20230809125314.531806-1-marex@denx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230809125314.531806-1-marex@denx.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 09 Aug 2023, Marek Vasut wrote: > Fix copy-paste error in MODULE_DEVICE_TABLE() for the OF table, > use the 'of' first parameter instead of duplicate 'i2c'. > > Fixes: ee4e80b2962e ("leds: pca995x: Add support for PCA995X chips") > Signed-off-by: Marek Vasut > --- > Cc: Conor Dooley > Cc: Isai Gaspar > Cc: Krzysztof Kozlowski > Cc: Lee Jones > Cc: Marek Vasut > Cc: Pavel Machek > Cc: Rob Herring > Cc: devicetree@vger.kernel.org > Cc: linux-leds@vger.kernel.org > --- > NOTE: This should be added on top of leds-lj or squashed into the driver patch > --- > drivers/leds/leds-pca995x.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied, thanks -- Lee Jones [李琼斯]