From: Benjamin Herrenschmidt Date: Tue, 29 Apr 2008 20:57:37 +0000 (+0200) Subject: ide: fix crash at boot with siimage driver X-Git-Tag: v2.6.26-rc1~355^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b26b0c590066f65ff3b1ff438502f3c40ea39520;p=pandora-kernel.git ide: fix crash at boot with siimage driver Some change to the IDE layer are causing the siimage driver to crash at boot with a NULL dereference. This is due to the sil_dma_ops not containing all the necessary pointers. I suppose it used to just "override" the defaults while now, it needs to contain everything. [bart: while at it: sil_dma_ops should be const now (pointed out by Sergei)] Signed-off-by: Benjamin Herrenschmidt Cc: Sergei Shtylyov , Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed