]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit01838521874fa9632917b6e1b8e19c0fa7798d17
treebe621b566d5fa185e971eb0bfd7fedac8b10f7a9
parent0d577442d51c1c4ffe9f108f9f6058d85b2c42c9
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