commit | 90fcc8987390bffd79c6fd16aa59cc6ef549efcb | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Mar 18 19:03:26 2012 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Mar 18 22:15:38 2012 +0100 |
tree | 06a8ea8088e6fe0128f00637e03abe275261e59e | |
parent | b9b5bbfda61c1d202dd943dddca8cdf617863fb9 [diff] |
firewire: ohci: optimize control bit checks Doing the endian conversion on the constant instead of the memory field allows the compiler to do the conversion at compile time. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>