From: Dimitri Gorokhovik Date: Wed, 16 Jul 2008 18:33:34 +0000 (+0200) Subject: ide: it821x in pass-through mode segfaults in 2.6.26-stable X-Git-Tag: v2.6.27-rc1~1049^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84e0f3f6c1e26588fdcb9f1b0f99d0275229bc99;p=pandora-kernel.git ide: it821x in pass-through mode segfaults in 2.6.26-stable The driver of ITE8212 in pass-through mode (it8212.noraid=1 on cmndline) attempts to use the field `.dma_host_set' of the struct ide_dma_ops in `ide_config_drive_speed' which is set to NULL by default. So give a value to all fields of the struct ide_dma_ops. Signed-off-by: Dimitri Gorokhovik Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed