cs5536: define dma_sff_read_status() method

The driver somehow got merged with the initializer for the dma_sff_read_status()
method missing which caused kernel panic on bootup.

This should fix the kernel.org bug #13026...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Reported-by: Arnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>

authored by Sergei Shtylyov and committed by Bartlomiej Zolnierkiewicz 15da90b5 f505d49f

+1
+1
drivers/ide/cs5536.c
··· 236 .dma_test_irq = ide_dma_test_irq, 237 .dma_lost_irq = ide_dma_lost_irq, 238 .dma_timer_expiry = ide_dma_sff_timer_expiry, 239 }; 240 241 static const struct ide_port_info cs5536_info = {
··· 236 .dma_test_irq = ide_dma_test_irq, 237 .dma_lost_irq = ide_dma_lost_irq, 238 .dma_timer_expiry = ide_dma_sff_timer_expiry, 239 + .dma_sff_read_status = ide_dma_sff_read_status, 240 }; 241 242 static const struct ide_port_info cs5536_info = {