lkml.org 
[lkml]   [2016]   [Jul]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v5 5/8] clk: sunxi: Use new macro CLK_OF_DECLARE_DRIVER
    Date
    This driver initializes a clock provider via sun8i_a23_apb0_setup
    and then continues the initialization on sun8i_a23_apb0_clk_probe.

    Use the new macro to notify the clk subsystem about this behaviour.

    Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com>
    ---
    drivers/clk/sunxi/clk-sun8i-apb0.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/clk/sunxi/clk-sun8i-apb0.c b/drivers/clk/sunxi/clk-sun8i-apb0.c
    index 2ea61debffc1..b6be5d2d9440 100644
    --- a/drivers/clk/sunxi/clk-sun8i-apb0.c
    +++ b/drivers/clk/sunxi/clk-sun8i-apb0.c
    @@ -82,8 +82,8 @@ err_unmap:
    of_address_to_resource(node, 0, &res);
    release_mem_region(res.start, resource_size(&res));
    }
    -CLK_OF_DECLARE(sun8i_a23_apb0, "allwinner,sun8i-a23-apb0-clk",
    - sun8i_a23_apb0_setup);
    +CLK_OF_DECLARE_DRIVER(sun8i_a23_apb0, "allwinner,sun8i-a23-apb0-clk",
    + sun8i_a23_apb0_setup);

    static int sun8i_a23_apb0_clk_probe(struct platform_device *pdev)
    {
    --
    2.8.1
    \
     
     \ /
      Last update: 2016-07-05 19:01    [W:4.252 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site