Skip to content

Commit 29cb497

Browse files
Marek Vasutgeertu
authored andcommitted
clk: renesas: Remove duplicate and trailing empty lines
Remove the duplicate and trailing empty lines. No functional change. Signed-off-by: Marek Vasut <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Link: https://lore.kernel.org/[email protected] Signed-off-by: Geert Uytterhoeven <[email protected]>
1 parent 9852d85 commit 29cb497

File tree

7 files changed

+0
-8
lines changed

7 files changed

+0
-8
lines changed

drivers/clk/renesas/clk-r8a73a4.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ r8a73a4_cpg_register_clock(struct device_node *np, struct r8a73a4_cpg *cpg,
6464
unsigned int mult = 1;
6565
unsigned int div = 1;
6666

67-
6867
if (!strcmp(name, "main")) {
6968
u32 ckscr = readl(base + CPG_CKSCR);
7069

drivers/clk/renesas/clk-r8a7778.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ r8a7778_cpg_register_clock(struct device_node *np, const char *name)
6767
return ERR_PTR(-EINVAL);
6868
}
6969

70-
7170
static void __init r8a7778_cpg_clocks_init(struct device_node *np)
7271
{
7372
struct clk_onecell_data *data;

drivers/clk/renesas/r8a779a0-cpg-mssr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,6 @@ static const struct rcar_gen4_cpg_pll_config cpg_pll_configs[4] __initconst = {
266266
{ 2, 128, 1, 192, 1, 32, },
267267
};
268268

269-
270269
static int __init r8a779a0_cpg_mssr_init(struct device *dev)
271270
{
272271
const struct rcar_gen4_cpg_pll_config *cpg_pll_config;

drivers/clk/renesas/r9a09g011-cpg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ static const struct clk_div_table dtable_divd[] = {
9898
{0, 0},
9999
};
100100

101-
102101
static const struct clk_div_table dtable_divw[] = {
103102
{0, 6},
104103
{1, 7},

drivers/clk/renesas/rcar-cpg-lib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,3 @@ struct clk * __init cpg_rpcd2_clk_register(const char *name,
206206

207207
return clk;
208208
}
209-

drivers/clk/renesas/rcar-gen3-cpg.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ static u32 cpg_quirks __initdata;
335335

336336
#define RCKCR_CKSEL BIT(1) /* Manual RCLK parent selection */
337337

338-
339338
static const struct soc_device_attribute cpg_quirks_match[] __initconst = {
340339
{
341340
.soc_id = "r8a7796", .revision = "ES1.0",

drivers/clk/renesas/renesas-cpg-mssr.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
#define WARN_DEBUG(x) do { } while (0)
4040
#endif
4141

42-
4342
/*
4443
* Module Standby and Software Reset register offets.
4544
*
@@ -716,7 +715,6 @@ static inline int cpg_mssr_reset_controller_register(struct cpg_mssr_priv *priv)
716715
}
717716
#endif /* !CONFIG_RESET_CONTROLLER */
718717

719-
720718
static const struct of_device_id cpg_mssr_match[] = {
721719
#ifdef CONFIG_CLK_R7S9210
722720
{

0 commit comments

Comments
 (0)