dect
/
linux-2.6
Archived
13
0
Fork 0

pata_cmd64x: cmd648_bmdma_stop() fix

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>
This commit is contained in:
Bartlomiej Zolnierkiewicz 2010-01-18 18:15:11 +01:00 committed by Jeff Garzik
parent d62f5576ef
commit 03a849e6dd
1 changed files with 1 additions and 1 deletions

View File

@ -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,