linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cs5536: define dma_sff_read_status() method
@ 2009-04-07 16:03 Sergei Shtylyov
  2009-05-04 21:59 ` [stable] " Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2009-04-07 16:03 UTC (permalink / raw)
  To: bzolnier; +Cc: linux-ide, stable

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>

---
This patch is against the recent Linus' tree.
It should go into 2.6.29-stable as the driver was merged/broken in 2.6.29 time.

 drivers/ide/cs5536.c |    1 +
 1 files changed, 1 insertion(+)

Index: linux-2.6/drivers/ide/cs5536.c
===================================================================
--- linux-2.6.orig/drivers/ide/cs5536.c
+++ linux-2.6/drivers/ide/cs5536.c
@@ -236,6 +236,7 @@ static const struct ide_dma_ops cs5536_d
 	.dma_test_irq		= ide_dma_test_irq,
 	.dma_lost_irq		= ide_dma_lost_irq,
 	.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 = {


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-05-05 10:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-07 16:03 [PATCH] cs5536: define dma_sff_read_status() method Sergei Shtylyov
2009-05-04 21:59 ` [stable] " Greg KH
2009-05-05 10:35   ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).