Hi Andrey,

On Saturday 10 of November 2012 18:07:56 [email protected] wrote:
> From: Andrey Gusakov <[email protected]>
> 
> Camera clock defined two times. One in init_clocks_off array with
> "cam" name, second in clksrcs array with "camera" name. Leave
> second definition because clock have divider.
> 
> Signed-off-by: Andrey Gusakov <[email protected]>
> ---
>  arch/arm/mach-s3c64xx/clock.c |    4 ----
>  1 files changed, 0 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/mach-s3c64xx/clock.c
> b/arch/arm/mach-s3c64xx/clock.c index cacbe45..b2d08fa 100644
> --- a/arch/arm/mach-s3c64xx/clock.c
> +++ b/arch/arm/mach-s3c64xx/clock.c
> @@ -319,10 +319,6 @@ static struct clk init_clocks_off[] = {
>               .enable         = s3c64xx_sclk_ctrl,
>               .ctrlbit        = S3C_CLKCON_SCLK_MFC,
>       }, {
> -             .name           = "cam",
> -             .enable         = s3c64xx_sclk_ctrl,
> -             .ctrlbit        = S3C_CLKCON_SCLK_CAM,
> -     }, {
>               .name           = "sclk_jpeg",
>               .enable         = s3c64xx_sclk_ctrl,
>               .ctrlbit        = S3C_CLKCON_SCLK_JPEG,

Reviewed-by: Tomasz Figa <[email protected]>

Best regards,
Tomasz Figa

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to