commit | 73864012f386ca5a193f3231c9b1936e23709a94 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Sun Mar 18 19:04:05 2012 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Mar 18 22:15:38 2012 +0100 |
tree | 0278de90e03579c0bac789173b97faaf13112d2e | |
parent | 90fcc8987390bffd79c6fd16aa59cc6ef549efcb [diff] |
firewire: ohci: simplify iso header pointer arithmetic When storing the header data of completed iso packets, we effectively treat the buffers as arrays of quadlets. Actually declaring the pointers as u32* avoids repetitive pointer arithmetic, removes the unhelpfully named "i" variables, and thus makes the code clearer. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>