ieee1394: iso and async streams: s/g list fix
authorJens Axboe <jens.axboe@oracle.com>
Sun, 4 Nov 2007 08:44:56 +0000 (09:44 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Sun, 4 Nov 2007 13:31:16 +0000 (14:31 +0100)
commit9e66269d40229cd9823024120910a43af57a9d72
tree58d34526f660d8c25504ff9c7393a3be69df5338
parentb4f555081fdd27d13e6ff39d455d5aefae9d2c0c
ieee1394: iso and async streams: s/g list fix

Torsten Kaiser wrote:
> Looking that calltrace upwards, it seems replacing the
> memset(dma->sglist,...) with sg_init_table(...) would fix the BUG_ON()
> as that inits the SG_MAGIC.

Tested-by: Torsten Kaiser <just.for.lkml@googlemail.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/dma.c