commit | 5fcf500058d5f06720302c5ce138c7bca93f7655 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Feb 01 22:31:10 2008 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Feb 02 13:48:16 2008 +0100 |
tree | f2b6a642ade1c241ba32cb30cdedc7e89abaebce | |
parent | 384170da9384b7bb3650c0c9b9d17ba0f7bde4ff [diff] |
ieee1394: sbp2: fix bogus s/g access change sg_dma_len(sg) is invalid before the s/g list is DMA-mapped. This fixes a post 2.6.24 regression which prevents access to SBP-2 devices on several architectures, introduced by "ieee1394: sbp2: s/g list access cosmetics", commit 825f1df545ab0289185373b0eaf06fb0b3487422. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>