This patch defines the 'tmp' varible from 'ci13612_ehci_run'. Leaving
the varible undefined yielded an error at compile time.

Signed-off-by: Cristian Bercaru <cristian.berc...@windriver.com>
---
 drivers/usb/host/ehci-ci13612.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/host/ehci-ci13612.c b/drivers/usb/host/ehci-ci13612.c
index fbc2fde..76635b3 100644
--- a/drivers/usb/host/ehci-ci13612.c
+++ b/drivers/usb/host/ehci-ci13612.c
@@ -177,6 +177,7 @@ static int ci13612_ehci_run(struct usb_hcd *hcd)
 {
        struct ehci_hcd *ehci = hcd_to_ehci(hcd);
        int retval;
+       u32 tmp;
 
        retval = ci13612_fixup_usbcmd_rs(ehci);
        if (retval)
-- 
1.7.9.5

-- 
_______________________________________________
linux-yocto mailing list
linux-yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/linux-yocto

Reply via email to