From: Sarah Sharp Date: Tue, 23 Apr 2013 22:49:47 +0000 (-0700) Subject: xhci: Remove BUG_ON() in xhci_alloc_container_ctx. X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~78^2~18^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29f9d54b63a6186f1bed3fc15eeab7f98947eebd;p=pandora-kernel.git xhci: Remove BUG_ON() in xhci_alloc_container_ctx. It's horrible coding style to panic the kernel when someone passes you an argument value you didn't expect. In the future, we may want to add additional context types, so it's better to gracefully handle additional context types instead of panicking. Signed-off-by: Sarah Sharp Cc: John Youn --- Reading git-diff-tree failed