Skip to content
Snippets Groups Projects
Commit 4d4681f6 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] fix oops on non-DMA bmdma hardware


Alan noted: "bmdma may be zero but the bmdma_irq_clear function gets
called even in this case during pure PIO operation. Check we have a
bmdma before we use it."

I fixed this by adding a check for zero.  While was I there, I fixed the
non-standard indentation of the small function's code.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 17bb34a3
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment