Skip to content

Commit

Permalink
pata_cmd64x: cmd648_bmdma_stop() fix
Browse files Browse the repository at this point in the history
commit 03a849e upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Greg Kroah-Hartman committed Jun 23, 2011
1 parent 42215a3 commit d48af39
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 d48af39

Please sign in to comment.