| To: | Thomas Graf <tgraf@xxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink |
| From: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
| Date: | Tue, 21 Sep 2004 16:57:33 -0700 |
| Cc: | netdev@xxxxxxxxxxx |
| In-reply-to: | <20040921224127.GM566@postel.suug.ch> |
| References: | <20040921224127.GM566@postel.suug.ch> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
On Wed, 22 Sep 2004 00:41:27 +0200 Thomas Graf <tgraf@xxxxxxx> wrote: > + k_map.mem_start = (unsigned long) u_map->mem_start; > + k_map.mem_end = (unsigned long) u_map->mem_end; > + k_map.base_addr = (unsigned short) u_map->base_addr; > + k_map.irq = (unsigned char) u_map->irq; > + k_map.dma = (unsigned char) u_map->dma; > + k_map.port = (unsigned char) u_map->port; Please cast to the actual types that struct ifmap uses, otherwise the change is OK. Thanks for catching this. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] Clean up fib_hash datastructures, Steven Blake |
|---|---|
| Next by Date: | Re: PPP-over-L2TP kernel support, new patch for review, Michael Richardson |
| Previous by Thread: | [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink, Thomas Graf |
| Next by Thread: | Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink, Thomas Graf |
| Indexes: | [Date] [Thread] [Top] [All Lists] |