Skip to content
Commit fb621e2f authored by Jeff Garzik's avatar Jeff Garzik
Browse files

[libata] sata_mv: Fix 50xx irq mask



IRQ mask bits assumed a 60xx or newer generation chip, which is very
wrong for the 50xx series.  Luckily both generations shared the per-port
interrupt mask bits, leaving only the "misc chip features" bits to be
completely mismatched.

Fix 50xx by ensuring we only program bits that exist.

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