From: Arnd Bergmann Date: Tue, 7 Jan 2014 11:54:58 +0000 (+0100) Subject: USB: fix: ohci-at91 mismerge build error X-Git-Tag: v3.14-rc1~148^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f53b485294509281cb918d6372ab24e82a1959e;p=pandora-kernel.git USB: fix: ohci-at91 mismerge build error After commit 99f14bd4d1 "Merge 3.13-rc5 into usb-next" (in linux-next as of today), I'm getting this error building any at91 kernel: drivers/usb/host/ohci-at91.c: In function 'usb_hcd_at91_probe': drivers/usb/host/ohci-at91.c:190:4: error: label 'err' used but not defined goto err; ^ drivers/usb/host/ohci-at91.c: At top level: drivers/usb/host/ohci-at91.c:206:2: warning: data definition has no type or storage class [enabled by default] at91_stop_hc(pdev); ^ ... The problem is obviously a mismerge between two unrelated changes that resulted in missing opening braces. Signed-off-by: Arnd Bergmann Acked-by: Boris BREZILLON Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed