Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 15da90b5 authored by Sergei Shtylyov's avatar Sergei Shtylyov Committed by Bartlomiej Zolnierkiewicz
Browse files

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: default avatarSergei Shtylyov <sshtylyov@ru.mvista.com>
Reported-by: default avatarArnd Hannemann <hannemann@nets.rwth-aachen.de>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent f505d49f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -236,6 +236,7 @@ static const struct ide_dma_ops cs5536_dma_ops = {
	.dma_test_irq		= ide_dma_test_irq,
	.dma_test_irq		= ide_dma_test_irq,
	.dma_lost_irq		= ide_dma_lost_irq,
	.dma_lost_irq		= ide_dma_lost_irq,
	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
	.dma_timer_expiry	= ide_dma_sff_timer_expiry,
	.dma_sff_read_status	= ide_dma_sff_read_status,
};
};


static const struct ide_port_info cs5536_info = {
static const struct ide_port_info cs5536_info = {