From d70d84423cbc5d6d929640189cf204e693024309 Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Mon, 6 Feb 2012 13:40:17 +0200 Subject: [PATCH] usb: dwc3: gadget: avoid memcpy()ing event buffer We're only using the 4 byte events and memcpy() will make us slower. We can easily avoid that. Signed-off-by: Felipe Balbi --- Reading git-format-patch failed