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=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 6B77AC2BA2B for ; Thu, 16 Apr 2020 07:34:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 42BC9214D8 for ; Thu, 16 Apr 2020 07:34:50 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="mSND34R/" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2439374AbgDPHet (ORCPT ); Thu, 16 Apr 2020 03:34:49 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56976 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S2439350AbgDPHes (ORCPT ); Thu, 16 Apr 2020 03:34:48 -0400 Received: from mail-lf1-x141.google.com (mail-lf1-x141.google.com [IPv6:2a00:1450:4864:20::141]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DF1F6C061A10 for ; Thu, 16 Apr 2020 00:34:47 -0700 (PDT) Received: by mail-lf1-x141.google.com with SMTP id x23so4828087lfq.1 for ; Thu, 16 Apr 2020 00:34:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=nrt+67omyziFxx3WaLfBQr2iyIgq4drGGzCS11Pkerg=; b=mSND34R/NPjH0H/0avQv/GDBtGeBVrz4jiUZ6dKhw825DHjKKCGbhVeb98eNBh/1lP 42lWNFlMmYMoKFMDcgAS5HYu0ytaxjo2hlH251n2ufZlWDm4zyr9CqoU+evd2rbh55m0 Bj+/Z9DnPuhSPPX7cfwtO3NuMO0hxhcKs+1slZoPxOAITSw/+bykBUvaYrhXqo5KGg86 GAnKhe1e8G/lLe1Y9FhUsV1vUBXGC7v2Vi8ELIqu6t4G+ury5THipSvuC5sMbQgKxUBg CWZTFGymLDxL79/bVdS7NcoFQHa9ypZTFSwI+ipiJ88bRe1uopT0bJQE2I7RPkxNaCIE p54w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=nrt+67omyziFxx3WaLfBQr2iyIgq4drGGzCS11Pkerg=; b=ZWHeRFFn1tJnq7qD0jGqEvWn8Cdrzu8O69beBCAQGxXp/GcRwftB23SKWejibkBr0G 56snzjDNrK1mcQbAljT9pH6FkygS/aFEts5A39E+vS4M4Y72FbS/NtCIhX5Q9XGYpEFM 6kqXrDaz7MASNhcZvuotLDacftINgqhlpKuzGu59iOECV65n6AA/h1DFrhHpNOhKjEQn 6cLLz2G80HTFWdgJT6AcMEuIQJhSjQBk9n8SnjuGH7662HxMRnz+hM9uYp04DqW8xqWx OJrlwl/mqLko8EX4+BnKKtaVBNhwoJdM/8Xc1y7Y4nWmCuZ+oqT4TVSszZ7kSw9Mbtpm H0EA== X-Gm-Message-State: AGi0Pua3aWrQdyTUwS+7z8e4wQ/YuCn6fwUq6smY3CXTWCcHAXrVT6wi zeBjz1OVv0rbQnCWga9r64N+SGGFvLzThzOsuqTwGw== X-Google-Smtp-Source: APiQypLhh2T+qM89diZg7iMorNOnJb7adMEVgj8G7IAhkT17uvQA0//jXFY3D/uUpCsjMQeXE4oyUGLHirCOJZBUgdk= X-Received: by 2002:ac2:4a9d:: with SMTP id l29mr4969920lfp.4.1587022486345; Thu, 16 Apr 2020 00:34:46 -0700 (PDT) MIME-Version: 1.0 References: <20200325103956.109284-1-hdegoede@redhat.com> <20200325103956.109284-2-hdegoede@redhat.com> In-Reply-To: <20200325103956.109284-2-hdegoede@redhat.com> From: Linus Walleij Date: Thu, 16 Apr 2020 09:34:35 +0200 Message-ID: Subject: Re: [PATCH resend] gpiolib: acpi: Add missing __init(const) markers to initcall-s To: Hans de Goede Cc: Mika Westerberg , Andy Shevchenko , Bartosz Golaszewski , "open list:GPIO SUBSYSTEM" , ACPI Devel Maling List Content-Type: text/plain; charset="UTF-8" Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Wed, Mar 25, 2020 at 11:40 AM Hans de Goede wrote: > The gpiolib ACPI code uses 2 initcall-s and the called function > (and used DMI table) is missing __init(const) markers. > > This commit fixes this freeing up some extra memory once the kernel > has completed booting. > > Acked-by: Mika Westerberg > Signed-off-by: Hans de Goede Patch applied. Yours, Linus Walleij