Re: [PATCH] Staging: dgnc: Using a temporary value for repeated dereferences.

2015-05-03 Thread Greg KH
On Mon, Apr 20, 2015 at 09:33:04AM +0200, Yorick Rommers wrote: > Sorry, it has been changed in the patch below. > > --- > > A patch for a line being too long (>80) in dgnc_mgmt.c, > fixed by making a temporary value for dgnc_Board[brd], > replacing all

Re: [PATCH] Staging: dgnc: Using a temporary value for repeated dereferences.

2015-05-03 Thread Greg KH
On Mon, Apr 20, 2015 at 09:33:04AM +0200, Yorick Rommers wrote: Sorry, it has been changed in the patch below. --- A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], replacing all instanced of

[PATCH] Staging: dgnc: Using a temporary value for repeated dereferences.

2015-04-20 Thread Yorick Rommers
Sorry, it has been changed in the patch below. --- A patch for a line being too long (>80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], replacing all instanced of dgnc_Board[brd] with temporary value, and removing unnecessary

[PATCH] Staging: dgnc: Using a temporary value for repeated dereferences.

2015-04-20 Thread Yorick Rommers
Sorry, it has been changed in the patch below. --- A patch for a line being too long (80) in dgnc_mgmt.c, fixed by making a temporary value for dgnc_Board[brd], replacing all instanced of dgnc_Board[brd] with temporary value, and removing unnecessary