commit | 094614fc14966bc6a6259ade55f051fe17f36122 | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sun Sep 06 18:51:27 2009 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Sat Sep 12 14:48:40 2009 +0200 |
tree | 36ccc96edeb9dff1f947de727599b3d33a2efdd4 | |
parent | 85cb9b68640cf467a99d4b6d518f1293222dbc9e [diff] |
firewire: sbp2: fix status reception Per SBP-2 clause 5.3, a target shall store 8...32 bytes of status information. Trailing zeros after the first 8 bytes don't need to be stored, they are implicit. Fix the status write handler to clear all unwritten status data. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>