]> git.baikalelectronics.ru Git - kernel.git/commit
clk: at91: remove the checking of parent_name
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Tue, 25 Aug 2020 06:59:09 +0000 (09:59 +0300)
committerStephen Boyd <sboyd@kernel.org>
Wed, 14 Oct 2020 02:59:01 +0000 (19:59 -0700)
commit7dcd0f01d6aa4c7889f5e2ec8f1d2e6a7593ac5c
tree0f91397fea4e003d0311d23d4719422f734ec6a8
parentdd44bddf04c5fd83529b139fbfac0a5372c1a87d
clk: at91: remove the checking of parent_name

There is no need to check parent_name variable while assigning it to
init.parent_names. parent_name variable is already checked at
the beginning of at91_clk_register_peripheral() function.

Fixes: 8c43f9fb6ac4c ("clk: at91: add PMC peripheral clocks")
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/1598338751-20607-2-git-send-email-claudiu.beznea@microchip.com
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/at91/clk-peripheral.c