<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

drivers/net/irda/donauboe.c: In function `toshoboe_open':
drivers/net/irda/donauboe.c:1674: warning: cast from pointer to integer of different size
drivers/net/irda/donauboe.c:1677: warning: cast to pointer from integer of different size
drivers/net/irda/donauboe.c:1681: warning: cast from pointer to integer of different size


---

 25-akpm/drivers/net/irda/donauboe.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/net/irda/donauboe.c~donauboe-ptr-fix drivers/net/irda/donauboe.c
--- 25/drivers/net/irda/donauboe.c~donauboe-ptr-fix	2004-04-09 23:41:43.410495824 -0700
+++ 25-akpm/drivers/net/irda/donauboe.c	2004-04-09 23:41:53.338986464 -0700
@@ -1669,7 +1669,7 @@ toshoboe_open (struct pci_dev *pci_dev, 
 
   /*We need to align the taskfile on a taskfile size boundary */
   {
-    __u32 addr;
+    unsigned long addr;
 
     addr = (__u32) self-&gt;ringbuf;
     addr &amp;= ~(OBOE_RING_LEN - 1);

_
</pre></body></html>