From: Kuninori Morimoto Date: Tue, 7 Aug 2012 01:07:30 +0000 (-0700) Subject: usb: host: ohci-platform: BUG_ON() to WARN_ON() on probe X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~73^2~192 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6dd245c4594482d46507a0bfd100439be367952;p=pandora-kernel.git usb: host: ohci-platform: BUG_ON() to WARN_ON() on probe usb_ohci_pdata is certainly required in ohci-platform driver. This patch avoids using BUG_ON() from driver, and return from probe with WARN_ON() if pdata was NULL. Signed-off-by: Kuninori Morimoto Acked-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed