Re: [PATCH 13/18] ide: don't BUG() on unsupported transfer modes

2007-11-06 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Fix ide-cris, cs5530, sc1200 and sis5513 host drivers to just return instead of OOPS-ing for unsupported modes in -set_dma_mode methods. Wait... weren't you going to make all the other drivers oops in this case? Signed-off-by: Bartlomiej Zolnierkiewicz

[PATCH 13/18] ide: don't BUG() on unsupported transfer modes

2007-11-04 Thread Bartlomiej Zolnierkiewicz
Fix ide-cris, cs5530, sc1200 and sis5513 host drivers to just return instead of OOPS-ing for unsupported modes in -set_dma_mode methods. Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] --- drivers/ide/cris/ide-cris.c |3 +-- drivers/ide/pci/cs5530.c|3 +--