[Bugme-new] [Bug 9040] New: s3c2440_clk_add disables inactive clocks

bugme-daemon at bugzilla.kernel.org bugme-daemon at bugzilla.kernel.org
Wed Sep 19 06:29:10 PDT 2007


http://bugzilla.kernel.org/show_bug.cgi?id=9040

           Summary: s3c2440_clk_add disables inactive clocks
           Product: Platform Specific/Hardware
           Version: 2.5
     KernelVersion: 2.6.22
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: low
          Priority: P1
         Component: ARM
        AssignedTo: rmk at arm.linux.org.uk
        ReportedBy: alec_tsai at openmoko.com


Problem Description:

If we add the sanity check
    BUG_ON(!clk->usage);
before
    if ((--clk->usage) == 0)
in arch/arm/plat-s3c24xx/clock.c:clk_disable, this check gets triggered
by the two calls to clk_disable in
arch/arm/mach-s3c2440/clock.c:s3c2440_clk_add


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


More information about the Bugme-new mailing list