commit | 8478d7f091138be32154c8fc28c52978e342cc6f | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@c-s.fr> | Tue Feb 09 17:08:29 2016 +0100 |
committer | Scott Wood <oss@buserror.net> | Fri Mar 11 17:20:12 2016 -0600 |
tree | 3a13c180405c78ad6052bd5c3fe3ffff2da87c76 | |
parent | affe587bacf48e328fb8d4c5ef9007b9c555b128 [diff] |
powerpc: Simplify test in __dma_sync() This simplification helps the compiler. We now have only one test instead of two, so it reduces the number of branches. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Scott Wood <oss@buserror.net>