Re: [PATCH net-next v2] gianfar: Fix warnings when built on 64-bit

2015-07-29 Thread Scott Wood
On Wed, 2015-07-29 at 16:13 +0300, Claudiu Manoil wrote: > From: Scott Wood > > As part of defconfig consolidation using fragments, we'd like to be > able to have the same drivers enabled on 32-bit and 64-bit. Gianfar > happens to only exist on 32-bit systems, and when building the > resulting 6

Re: [PATCH net-next v2] gianfar: Fix warnings when built on 64-bit

2015-07-29 Thread David Miller
From: Claudiu Manoil Date: Wed, 29 Jul 2015 16:13:06 +0300 > From: Scott Wood > > As part of defconfig consolidation using fragments, we'd like to be > able to have the same drivers enabled on 32-bit and 64-bit. Gianfar > happens to only exist on 32-bit systems, and when building the > resulti

RE: [PATCH net-next v2] gianfar: Fix warnings when built on 64-bit

2015-07-30 Thread Manoil Claudiu
> -Original Message- > From: Wood Scott-B07421 > Sent: Wednesday, July 29, 2015 7:06 PM > To: Manoil Claudiu-B08782 > Cc: netdev@vger.kernel.org; David S. Miller; a...@arndb.de > Subject: Re: [PATCH net-next v2] gianfar: Fix warnings when built on 64-bit > [...]