Re: [PATCH v2] gianfar: correct the bad expression while writing bit-pattern

2015-01-12 Thread Eric Dumazet
On Mon, 2015-01-12 at 22:01 -0800, Eric Dumazet wrote: > On Tue, 2015-01-13 at 10:58 +0530, Sanjeev Sharma wrote: > > This patch correct the bad expression while writing the > > bit-pattern from software's buffer to hardware registers. > > > > Signed-off-by: Sanjeev Sharma > > --- > > Changes in

Re: [PATCH v2] gianfar: correct the bad expression while writing bit-pattern

2015-01-12 Thread Eric Dumazet
On Tue, 2015-01-13 at 10:58 +0530, Sanjeev Sharma wrote: > This patch correct the bad expression while writing the > bit-pattern from software's buffer to hardware registers. > > Signed-off-by: Sanjeev Sharma > --- > Changes in v2: > - incorporated review comment as per Sergei. > > drivers/n