Re: [PATCH #upstream-fixes] pata_mpc52xx: inherit from ata_bmdma_port_ops

2011-01-18 Thread Jeff Garzik
On 01/09/2011 05:48 PM, Tejun Heo wrote: pata_mpc52xx supports BMDMA but inherits ata_sff_port_ops which triggers BUG_ON() when a DMA command is issued. Fix it. Signed-off-by: Tejun Heo Reported-by: Roman Fietze Cc: Sergei Shtylyov Cc: sta...@kernel.org --- drivers/ata/pata_mpc52xx.c |2 +

Re: [PATCH #upstream-fixes] pata_mpc52xx: inherit from ata_bmdma_port_ops

2011-01-09 Thread Roman Fietze
Hello Tejun, On Sunday, 09.January.2011 23:48:20 Tejun Heo wrote: > Fix it. I can confirm that, it's fixed. Thank's a lot. Should have looked into it, that was really a simple fix. Roman -- Roman Fietze Telemotive AG Buero Muehlhausen Breitwiesen 733

[PATCH #upstream-fixes] pata_mpc52xx: inherit from ata_bmdma_port_ops

2011-01-09 Thread Tejun Heo
pata_mpc52xx supports BMDMA but inherits ata_sff_port_ops which triggers BUG_ON() when a DMA command is issued. Fix it. Signed-off-by: Tejun Heo Reported-by: Roman Fietze Cc: Sergei Shtylyov Cc: sta...@kernel.org --- drivers/ata/pata_mpc52xx.c |2 +- 1 file changed, 1 insertion(+), 1 dele