Re: [PATCH] edac: pnd2_edac: add code comment for clarification and update variable assignment

2017-06-23 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 05:05:35PM -0500, Gustavo A. R. Silva wrote: > Add code comment to make it clear that the fall-through is intentional and, > OR ret with its previous value to avoid overwriting it. > > Cc: Borislav Petkov > Signed-off-by: Gustavo A. R. Silva

Re: [PATCH] edac: pnd2_edac: add code comment for clarification and update variable assignment

2017-06-23 Thread Borislav Petkov
On Thu, Jun 22, 2017 at 05:05:35PM -0500, Gustavo A. R. Silva wrote: > Add code comment to make it clear that the fall-through is intentional and, > OR ret with its previous value to avoid overwriting it. > > Cc: Borislav Petkov > Signed-off-by: Gustavo A. R. Silva > --- >

[PATCH] edac: pnd2_edac: add code comment for clarification and update variable assignment

2017-06-22 Thread Gustavo A. R. Silva
Add code comment to make it clear that the fall-through is intentional and, OR ret with its previous value to avoid overwriting it. Cc: Borislav Petkov Signed-off-by: Gustavo A. R. Silva --- drivers/edac/pnd2_edac.c | 3 ++- 1 file changed, 2

[PATCH] edac: pnd2_edac: add code comment for clarification and update variable assignment

2017-06-22 Thread Gustavo A. R. Silva
Add code comment to make it clear that the fall-through is intentional and, OR ret with its previous value to avoid overwriting it. Cc: Borislav Petkov Signed-off-by: Gustavo A. R. Silva --- drivers/edac/pnd2_edac.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git