[POWERPC] Replace if-then-else with a switch statement
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Mon, 12 Mar 2007 19:21:16 +0000 (06:21 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 27 Apr 2007 11:13:21 +0000 (21:13 +1000)
Convert a compound if-else blob to a switch statement.
This better fits the kernel coding style.

Signed-off-by: Will Schmidt <will_schmidt@vnet.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found