| To: | "David S. Miller" <davem@xxxxxxxxxxxxx> |
|---|---|
| Subject: | Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink |
| From: | Thomas Graf <tgraf@xxxxxxx> |
| Date: | Wed, 22 Sep 2004 02:03:25 +0200 |
| Cc: | netdev@xxxxxxxxxxx |
| In-reply-to: | <20040921165733.3e0d31d8.davem@xxxxxxxxxxxxx> |
| References: | <20040921224127.GM566@xxxxxxxxxxxxxx> <20040921165733.3e0d31d8.davem@xxxxxxxxxxxxx> |
| Sender: | netdev-bounce@xxxxxxxxxxx |
* David S. Miller <20040921165733.3e0d31d8.davem@xxxxxxxxxxxxx> 2004-09-21 16:57 > 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. It is or am I missing something? |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: PPP-over-L2TP kernel support, new patch for review, Michael Richardson |
|---|---|
| Next by Date: | Re: [PATCH] Improve behaviour of Netlink Sockets, Herbert Xu |
| Previous by Thread: | Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink, David S. Miller |
| Next by Thread: | Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |