From: Viral Mehta Date: Tue, 5 May 2009 10:24:23 +0000 (+0530) Subject: USB: xhci: replace if-elseif-else with switch-case X-Git-Tag: v2.6.31-rc1~304^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd19e69d131ea34f74397559b422511e54d2911;p=pandora-kernel.git USB: xhci: replace if-elseif-else with switch-case Replace if-elseif-else with switch-case to keep the code consistent which is semantically same Switch-case is used here, http://www.spinics.net/lists/linux-usb/msg17201.html Making consistent at other places in usb/core Also easier to read and maintain when USB4.0, 5.0, ... comes Signed-off-by: Viral Mehta Tested-by: Sarah Sharp Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed