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=-10.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 84272C48BC2 for ; Wed, 23 Jun 2021 21:24:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6456B61166 for ; Wed, 23 Jun 2021 21:24:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229688AbhFWV1O (ORCPT ); Wed, 23 Jun 2021 17:27:14 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:41102 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229864AbhFWV1O (ORCPT ); Wed, 23 Jun 2021 17:27:14 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 8C6041C0B76; Wed, 23 Jun 2021 23:24:55 +0200 (CEST) Date: Wed, 23 Jun 2021 23:24:55 +0200 From: Pavel Machek To: Linus Walleij Cc: linux-leds@vger.kernel.org, Amireddy Mallikarjuna reddy Subject: Re: [PATCH] leds: lgm: Fix up includes Message-ID: <20210623212455.GK8540@amd> References: <20210613231647.511805-1-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rwbb4r/vLufKlfJs" Content-Disposition: inline In-Reply-To: <20210613231647.511805-1-linus.walleij@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org --rwbb4r/vLufKlfJs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon 2021-06-14 01:16:47, Linus Walleij wrote: > This driver is including the legacy GPIO header > but the only thing it is using from that header is the wrong > define for GPIOF_DIR_OUT. >=20 > Fix it up by using GPIO_LINE_DIRECTION_OUT and including the > correct consumer and driver headers. >=20 > Cc: Amireddy Mallikarjuna reddy > Signed-off-by: Linus Walleij Thanks, applied. Pavel --=20 http://www.livejournal.com/~pavelmachek --rwbb4r/vLufKlfJs Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAmDTpqcACgkQMOfwapXb+vI7hQCeLaZIOGYrcLqIgTpSbZhojpxN wqcAoMJAGWsY2XpDDsv6O4iPEkgyVrBt =lSvV -----END PGP SIGNATURE----- --rwbb4r/vLufKlfJs--