Petr Vandrovec 976da96a5d 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>
2007-05-27 23:21:00 +02:00
..
2007-04-30 00:00:28 +02:00
2005-04-16 15:20:36 -07:00
2007-04-30 00:00:29 +02:00
2007-02-08 20:57:43 +01:00
2007-05-09 08:57:56 +02:00
2007-05-27 23:21:00 +02:00
2007-05-27 23:20:58 +02:00
2005-04-16 15:20:36 -07:00