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)
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>

No differences found