clk: stm32mp1: remove redundant assignment to pointer data
authorColin Ian King <colin.i.king@googlemail.com>
Fri, 26 Nov 2021 22:12:39 +0000 (22:12 +0000)
committerStephen Boyd <sboyd@kernel.org>
Thu, 16 Dec 2021 06:48:28 +0000 (22:48 -0800)
commitd66e4c985dd48c69dc70b8be1dabeaa3d77789fb
tree60621617983bc80f7cf5d9206a708c21647ce970
parent978fbc7a05993df9a2fd115e8fd78600c72e0dfe
clk: stm32mp1: remove redundant assignment to pointer data

The pointer data is being initialized with a value and a few lines
later on being re-assigned the same value, so this re-assignment is
redundant. Clean up the code and remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20211126221239.1100960-1-colin.i.king@gmail.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-stm32mp1.c