Thread (5 messages) flat view 5 messages, 4 authors, 2007-05-18

Re: [git patches] net driver updates

From: Mariusz Kozłowski <hidden>
Date: 2007-05-18 21:53:29
Also in: lkml

Hello, 
quoted hunk ↗ jump to hunk
diff --git a/drivers/net/smc91x.h b/drivers/net/smc91x.h
index 7053026..111f23d 100644
--- a/drivers/net/smc91x.h
+++ b/drivers/net/smc91x.h
@@ -279,6 +279,40 @@ SMC_outw(u16 val, void __iomem *ioaddr, int reg)
...
+#define SMC_outb(v, a, r)      outw(((inw((a)+((r)&~1))*(0xff<<8*(r%2)))) | ((v)<<(8*(r&2)))), (a) + ((r)&~1))
This one has unbalanced parenthesis.

Regards,

	Mariusz
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help