OSDN Git Service

usb: dwc3: core: switch event buffer allocation to devm_kzalloc()
authorFelipe Balbi <balbi@ti.com>
Thu, 11 Oct 2012 10:48:36 +0000 (13:48 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 15 Oct 2012 11:58:55 +0000 (14:58 +0300)
commit380f0d28431e852e07e3fa0d5f6e36cf9ea5aa5a
treebe621b566d5fa185e971eb0bfd7fedac8b10f7a9
parentddffeb8c4d0331609ef2581d84de4d763607bd37
usb: dwc3: core: switch event buffer allocation to devm_kzalloc()

The rest of the driver is using devm_kzalloc() where possible
and this patch is just making event buffer allocation follow
the example.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.c