Re: [PATCH v5 09/27] clk: bcm: rpi: Remove pllb_arm_lookup global pointer
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-06-25 00:44:34
Also in:
linux-clk, lkml
From: Stephen Boyd <sboyd@kernel.org>
Date: 2020-06-25 00:44:34
Also in:
linux-clk, lkml
Quoting Maxime Ripard (2020-06-15 01:40:49)
The pllb_arm_lookup pointer in the struct raspberrypi_clk is not used for anything but to store the returned pointer to clkdev_hw_create, and is not used anywhere else in the driver. Let's remove that global pointer from the structure. Cc: Michael Turquette <mturquette@baylibre.com> Cc: linux-clk@vger.kernel.org Acked-by: Nicolas Saenz Julienne <redacted> Reviewed-by: Stephen Boyd <sboyd@kernel.org> Tested-by: Nicolas Saenz Julienne <redacted> Signed-off-by: Maxime Ripard <redacted> ---
Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel