clk: samsung: Remove useless check for return value of samsung_clk_init
[deliverable/linux.git] / drivers / clk / samsung / clk-s3c2412.c
index effe3736ec6b69bfa753e55d54e6615fde1caa98..ec873ee15d377b6f720e319cb6327744b4489d99 100644 (file)
@@ -265,8 +265,6 @@ void __init s3c2412_common_clk_init(struct device_node *np, unsigned long xti_f,
        }
 
        ctx = samsung_clk_init(np, reg_base, NR_CLKS);
-       if (!ctx)
-               panic("%s: unable to allocate context.\n", __func__);
 
        /* Register external clocks only in non-dt cases */
        if (!np)
This page took 0.025387 seconds and 5 git commands to generate.