Re: [PATCH] clk: sunxi-ng: mux: Remove unused 'reg' field
From: Maxime Ripard <hidden>
Date: 2021-09-03 08:49:07
Also in:
linux-clk, linux-sunxi, lkml
From: Maxime Ripard <hidden>
Date: 2021-09-03 08:49:07
Also in:
linux-clk, linux-sunxi, lkml
On Thu, Sep 02, 2021 at 06:03:36PM -0500, Samuel Holland wrote:
The driver uses 'reg' from 'struct ccu_common' everywhere, so this duplicate field is unused and unnecessary. Remove it. Signed-off-by: Samuel Holland <samuel@sholland.org>
Applied, thanks Maxime