From: Roland Dreier Date: Thu, 20 Oct 2005 19:29:36 +0000 (-0700) Subject: [IB] cm: Add missing break in switch X-Git-Tag: v2.6.15-rc1~731^2~21^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3910f44d79a8a4a26fcfefbf16c5b8e1a7743175;p=pandora-kernel.git [IB] cm: Add missing break in switch Add missing "break" in switch statement. Without the break, the CM ended up always falling through and setting every connection request to use RC transport, which meant that UC connections didn't work. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed