RE: [PATCH net-next] hyperv: Fix a compiler warning in netvsc_send()

2013-04-29 Thread Haiyang Zhang
ect.org > Subject: Re: [PATCH net-next] hyperv: Fix a compiler warning in > netvsc_send() > > From: Haiyang Zhang > Date: Fri, 26 Apr 2013 11:25:55 -0700 > > > Fixed: warning: cast from pointer to integer of different size > > > > The Hyper-V hosts always us

Re: [PATCH net-next] hyperv: Fix a compiler warning in netvsc_send()

2013-04-29 Thread David Miller
From: Haiyang Zhang Date: Fri, 26 Apr 2013 11:25:55 -0700 > Fixed: warning: cast from pointer to integer of different size > > The Hyper-V hosts always use 64 bit request id. The guests can have 32 or 64 > bit pointers which equal to the ulong type size. So we cast it to ulong type. > And, assig