Commit 7347b1fb authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix ; in mad16

parent 6c93b71e
......@@ -537,7 +537,7 @@ static int __init probe_mad16(struct address_info *hw_config)
for (i = 0xf8d; i <= 0xf93; i++) {
if (!c924pnp)
DDB(printk("port %03x = %02x\n", i, mad_read(i)))
DDB(printk("port %03x = %02x\n", i, mad_read(i)));
else
DDB(printk("port %03x = %02x\n", i-0x80, mad_read(i)));
}
......@@ -600,7 +600,7 @@ static int __init probe_mad16(struct address_info *hw_config)
for (i = 0xf8d; i <= 0xf93; i++) {
if (!c924pnp)
DDB(printk("port %03x after init = %02x\n", i, mad_read(i)))
DDB(printk("port %03x after init = %02x\n", i, mad_read(i)));
else
DDB(printk("port %03x after init = %02x\n", i-0x80, mad_read(i)));
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment