From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [PATCH 2.6 NET] Fix ifmap alignment issues over rtnetlink Date: Tue, 21 Sep 2004 19:36:20 -0700 Sender: netdev-bounce@oss.sgi.com Message-ID: <20040921193620.705e033c.davem@davemloft.net> References: <20040921224127.GM566@postel.suug.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: tgraf@suug.ch, netdev@oss.sgi.com Return-path: To: Herbert Xu In-Reply-To: Errors-to: netdev-bounce@oss.sgi.com List-Id: netdev.vger.kernel.org On Wed, 22 Sep 2004 12:18:28 +1000 Herbert Xu wrote: > > + err = dev->set_config(dev, (struct ifmap *) &k_map); > > What's this cast for? Good catch, I deleted the cast when I applied his patch. Thanks Herbert.