Now it compiles :)

Modified Files:
	mISDN/drivers/isdn/hardware/mISDN/hfc_multi.c
This commit is contained in:
Andreas Eversberg 2005-01-31 17:24:03 +00:00
parent c102bdedde
commit 8035c5e67b
1 changed files with 1 additions and 1 deletions

View File

@ -2608,7 +2608,7 @@ hfcmulti_initmode(hfc_multi_t *hc)
if (test_bit(HFC_CHIP_RX_SYNC, &hc->chip)) {
HFC_outb(hc, R_SYNC_OUT, V_SYNC_E1_RX | V_IPATS0 | V_IPATS1 | V_IPATS2);
} else {
HFC_outb(hc, V_SYNC_E1_RX | V_IPATS0 | V_IPATS1 | V_IPATS2);
HFC_outb(hc, R_SYNC_OUT, V_IPATS0 | V_IPATS1 | V_IPATS2);
}
HFC_outb(hc, R_PWM_MD, V_PWM0_MD);
HFC_outb(hc, R_PWM0, 0x50);