patch-2.4.0-test5 linux/drivers/atm/iphase.c
Next file: linux/drivers/atm/zatm.c
Previous file: linux/drivers/acorn/char/Makefile
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Jul 26 09:09:39 2000
- Orig file:
v2.4.0-test4/linux/drivers/atm/iphase.c
- Orig date:
Mon Jul 10 16:47:21 2000
diff -u --recursive --new-file v2.4.0-test4/linux/drivers/atm/iphase.c linux/drivers/atm/iphase.c
@@ -1828,7 +1828,7 @@
vc->acr = cellrate_to_float(iadev->LineRate);
if (vcc->qos.txtp.pcr > 0)
vc->acr = cellrate_to_float(vcc->qos.txtp.pcr);
- IF_UBR(printk("UBR: txtp.pcr = 0x%d f_rate = 0x%x\n",
+ IF_UBR(printk("UBR: txtp.pcr = 0x%x f_rate = 0x%x\n",
vcc->qos.txtp.max_pcr,vc->acr);)
}
else if (vcc->qos.txtp.traffic_class == ATM_ABR)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)