Benjamin Herrenschmidt 25c0a7b832 [POWERPC] Fix viodasd driver with scatterlist debug
The iSeries viodasd drivers does some very strange things with
scatterlists, one of these causing a BUG_ON to trigger when
scatterlist debugging is enabled due to initializing the
scatterlist with memset instead of sg_init_table().

This fixes it by using sg_init_table().  The rest of the stuff
it does to that poor list is still pretty awful but it will work.

I may look into fixing things in a nicer way some other time.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-03-13 10:09:28 +11:00
..
2008-02-08 09:22:30 -08:00
2007-10-29 11:33:05 +01:00
2008-02-08 09:22:30 -08:00
2008-02-06 10:41:01 -08:00
2008-02-08 09:22:30 -08:00
2008-03-04 16:35:12 -08:00
2008-02-14 20:58:04 -08:00
2008-01-28 10:36:42 +01:00