commit | d331eb51e4d4190b2178c30fcafea54a94a577e8 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Wed Sep 14 16:50:22 2011 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 16 15:32:09 2011 -0400 |
tree | d3e1ba8c7be425d6de66a747c9212f0aa4bf77c4 | |
parent | 7cabafcea793c003503a118da58da358b0692930 [diff] |
rt2800pci: Fix compiler error on PowerPC 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> Cc: stable <stable@kernel.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>