]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
usb: renesas_usbhs: kill dead code in usbhs_probe()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Fri, 12 Dec 2014 19:53:18 +0000 (22:53 +0300)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Jan 2015 18:13:26 +0000 (12:13 -0600)
commit368504c00a2dfce637a55fcbf0cc0339f9ff5ca3
tree8eff6b35e5d396c59a7995a3d9bebc29a8cf9092
parent39a2ac2738658fd3e56987fb8b43b604298e9ad2
usb: renesas_usbhs: kill dead code in usbhs_probe()

usbhsc_drvcllbck_notify_hotplug() always returns 0, so it's rather pointless to
store and check its result for being < 0.

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/renesas_usbhs/common.c