]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/ide/ide-cd.c
ide-cd: fix DMA error handling in cdrom_newpc_intr()
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:17 +0000 (23:09 +0100)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Fri, 1 Feb 2008 22:09:17 +0000 (23:09 +0100)
commiteba15fba1f046d25c663d294fc919ab59cec3e9c
tree0bc50694b75ef0997df07930ff0b297b5687e30d
parentf1071e628bc769174c3e2df7827a2a8ad05aea67
ide-cd: fix DMA error handling in cdrom_newpc_intr()

Make cdrom_newpc_intr() match cdrom_{read,write}_intr() w.r.t.
handling DMA errors:

* disable DMA before cdrom_decode_status() call

* log the device name and the type of the request (read/write)

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/ide-cd.c