http://bugs.openembedded.org/show_bug.cgi?id=1246

           Summary: linux-openzaurus 2.6.17 doesn't compile due to syntax
                    error.
           Product: Openembedded
           Version: OpenZaurus 3.5.4.x
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


Easily fixable, though, the file sound/soc/pxa.c:

@@ -320,7 +320,7 @@
 {      
        int ret;

-       if (!(machine_is_spitz() || machine_is_borzoi() || machine_is_akita())
+       if (!(machine_is_spitz() || machine_is_borzoi() || machine_is_akita()))
                return -ENODEV;

        spitz_snd_device = platform_device_alloc("soc-audio", -1);

Missing closing parenthesis.


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to