diff options
author | Petr Vandrovec <petr@vandrovec.name> | 2007-05-14 07:14:44 +0200 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2007-05-27 23:21:00 +0200 |
commit | 976da96a5d4fe84bd292b950e566325dc3e5904e (patch) | |
tree | ce6f96ec99f8e2e138d2239fb2ac857c29de2b28 /Kbuild | |
parent | ieee1394: eth1394: bring back a parent device (diff) | |
download | linux-976da96a5d4fe84bd292b950e566325dc3e5904e.tar.xz linux-976da96a5d4fe84bd292b950e566325dc3e5904e.zip |
ieee1394: raw1394: Fix async send
While playing with libiec61883 I've noticed that async_send is broken
because it was doing copy_from_user(...., packet->data_size) before
packet->data_size was set to any useful value. It got broken when
packet->allocated_data_size got introduced, as hpsb_alloc_packet does
not set packet->data_size anymore. (Regression in 2.6.22-rc1)
Signed-off-by: Petr Vandrovec <petr@vandrovec.name>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions