Skip to content

Commit

Permalink
pata_cmd64x: cmd648_bmdma_stop() fix
Browse files Browse the repository at this point in the history
Clear the primary channel pending interrupt bit
instead of the reserved one.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Mar 1, 2010
1 parent d62f557 commit 03a849e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/pata_cmd64x.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

enum {
CFR = 0x50,
CFR_INTR_CH0 = 0x02,
CFR_INTR_CH0 = 0x04,
CNTRL = 0x51,
CNTRL_DIS_RA0 = 0x40,
CNTRL_DIS_RA1 = 0x80,
Expand Down

0 comments on commit 03a849e

Please sign in to comment.