usb: dwc_otg: Fix pointer-to-int-cast build warning
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 15 Jun 2020 08:30:12 +0000 (17:30 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 6 Jul 2020 09:09:48 +0000 (18:09 +0900)
commit23c911e7aaa583c890b30026d48a375466ca8a84
tree0456c039498be274fd6b4a5d5257958848285938
parent32c2be716ffcc72733869422d7d55bc89d425904
usb: dwc_otg: Fix pointer-to-int-cast build warning

Fix pointer to int cast build warning.
drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c:486:5: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
     (int)dwc_otg_hcd->fiq_state->mphi_regs.base);

Change-Id: Ic495d320dbf41aaeeb77ed303fce8cc4cc121c67
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c