[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <trinity-c54ecce4-7a39-4143-b136-f53c9b40ffd1-1640018026851@3c-app-gmx-bap45>
Date: Mon, 20 Dec 2021 17:33:46 +0100
From: Frank Wunderlich <frank-w@...lic-files.de>
To: Peter Geis <pgwipeout@...il.com>
Cc: Lee Jones <lee.jones@...aro.org>, Peter Geis <pgwipeout@...il.com>,
Robin Murphy <robin.murphy@....com>,
Heiko Stuebner <heiko@...ech.de>,
linux-rockchip@...ts.infradead.org,
Nicolas Frattaroli <frattaroli.nicolas@...il.com>,
Dmitry Osipenko <digetx@...il.com>,
linux-kernel@...r.kernel.org
Subject: Aw: [PATCH v3] mfd: rk808: add reboot support to rk808.c
Hi
> Gesendet: Montag, 20. Dezember 2021 um 15:46 Uhr
> Von: "Peter Geis" <pgwipeout@...il.com>
> @@ -749,6 +791,9 @@ static int rk808_remove(struct i2c_client *client)
> if (pm_power_off == rk808_pm_power_off)
> pm_power_off = NULL;
>
> + if (of_property_read_bool(np, "rockchip,system-power-controller"))
> + unregister_restart_handler(&rk808_restart_handler);
> +
> return 0;
> }
this change misses a declaration
struct device_node *np = client->dev.of_node;
regards Frank
Powered by blists - more mailing lists