commit | 8f9f963e5d9853dbc5fa5091f15ae64f423d3d89 | [log] [tgz] |
---|---|---|
author | Jarod Wilson <jwilson@redhat.com> | Wed Jan 23 16:05:45 2008 -0500 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Jan 30 22:22:28 2008 +0100 |
tree | 7b12f078f358d88e846e9e6e8e9b271d1bcb3db5 | |
parent | f8d2dc39389d6ccc0def290dc4b7eb71d68645a2 [diff] |
firewire: replace subtraction with bitwise and Replace an unnecessary subtraction with a bitwise AND when determining the value of ext_tcode in fw_fill_transaction() to save a cpu cycle or two in a somewhat critical path. Signed-off-by: Jarod Wilson <jwilson@redhat.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>