usb: dwc2: hcd: fix build warning
authorFelipe Balbi <balbi@ti.com>
Fri, 8 May 2015 18:30:12 +0000 (13:30 -0500)
committerFelipe Balbi <balbi@ti.com>
Wed, 13 May 2015 17:03:23 +0000 (12:03 -0500)
commit3521a399dae8d66fc784cef70a78e65ce73e364f
tree18cc09b97d2fe67d6a7db8056f8a8484258b6870
parentffc1d299aa836f540a20302e9f22120639ea2944
usb: dwc2: hcd: fix build warning

commit db62b9a804b4 (usb: dwc2: host: don't
use dma_alloc_coherent with irqs disabled)
introduced a build warning by using NULL
as an integer. Fix that by just using 0 instead
of NULL.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc2/hcd.c
This page took 0.025792 seconds and 5 git commands to generate.