LOCAL / usb: dwc_otg: remove build warnings 11/149911/2
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 13 Sep 2017 12:29:31 +0000 (21:29 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Thu, 14 Sep 2017 03:48:26 +0000 (03:48 +0000)
commit2f8d050d96330199cf9af1bd87a41dc795a03f65
tree08378365b66505b3c6d5c2b5720339e8445fb651
parent35461af5f8e4b80b53de6a27b5dca9bc85f13ba6
LOCAL / usb: dwc_otg: remove build warnings

There are build warnings for unused variable and casting from
pointer to integer of different size. Remove the build warnings.

NOTE: dwc_otg is not fully consider 64bit architecture and it
stores pointer into uint32_t variable already. This patch just
remove warnings for the converting.

Change-Id: I4182041881dbd3002f331a006e2b70a26e0b10c5
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
drivers/usb/host/dwc_otg/dwc_otg_attr.c
drivers/usb/host/dwc_otg/dwc_otg_driver.c
drivers/usb/host/dwc_otg/dwc_otg_fiq_fsm.c
drivers/usb/host/dwc_otg/dwc_otg_hcd.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_intr.c
drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c