On Wednesday 27 March 2013, Peter Vasil wrote: > Hi, unfortunately I still can't apply it on 3.9-rc4 :-( > > $ git apply --check ehci-dt-bus-glue.patch > error: removal patch leaves file contents > error: drivers/usb/host/ehci-vt8500.c: patch does not apply > > Looks git really doesn't like ehci-vt8500.c removal. If I delete the > file manually, "git diff" actually outputs full file content prefixed > with "-". Are you using an old git version? I normally use 'git format-patch -M -D' to produce patches in the reduced format that handles moves and deletions nicer but is incompatible with older versions of 'patch'. I'll fix up the changelog to mention the correct driver and resend without -D. Arnd -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html