commit | 2826eac8b4cf7b948eb41cdc77d67dbf84aced82 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Sep 14 16:50:22 2011 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Oct 03 11:40:38 2011 -0700 |
tree | 8b095c7e6dc4566a3c1cde25f47c92fde802b43a | |
parent | ac82a9c88d9e0db9f33ed03517c3e3925ceae634 [diff] |
rt2800pci: Fix compiler error on PowerPC commit d331eb51e4d4190b2178c30fcafea54a94a577e8 upstream. Using gcc 4.4.5 on a Powerbook G4 with a PPC cpu, a complicated if statement results in incorrect flow, whereas the equivalent switch statement works correctly. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>