Re: [PATCH 02/16] staging: gasket: core: remove debug log that could crash

2018-08-10 Thread Rob Springer
Reviewed-by: Rob Springer On Fri, Aug 10, 2018 at 9:56 AM Rob Springer wrote: > > Revewed-by: Rob Springer > > On Thu, Aug 9, 2018 at 8:21 PM Todd Poynor wrote: >> >> From: Todd Poynor >> >> A debug log in gasket_alloc_dev() is issued regardless of whether the >> device pointer used returned

Re: [PATCH 02/16] staging: gasket: core: remove debug log that could crash

2018-08-10 Thread Rob Springer
Reviewed-by: Rob Springer On Fri, Aug 10, 2018 at 9:56 AM Rob Springer wrote: > > Revewed-by: Rob Springer > > On Thu, Aug 9, 2018 at 8:21 PM Todd Poynor wrote: >> >> From: Todd Poynor >> >> A debug log in gasket_alloc_dev() is issued regardless of whether the >> device pointer used returned

[PATCH 02/16] staging: gasket: core: remove debug log that could crash

2018-08-09 Thread Todd Poynor
From: Todd Poynor A debug log in gasket_alloc_dev() is issued regardless of whether the device pointer used returned success or error. The log isn't that useful anyway, remove it. Signed-off-by: Todd Poynor --- drivers/staging/gasket/gasket_core.c | 2 -- 1 file changed, 2 deletions(-) diff

[PATCH 02/16] staging: gasket: core: remove debug log that could crash

2018-08-09 Thread Todd Poynor
From: Todd Poynor A debug log in gasket_alloc_dev() is issued regardless of whether the device pointer used returned success or error. The log isn't that useful anyway, remove it. Signed-off-by: Todd Poynor --- drivers/staging/gasket/gasket_core.c | 2 -- 1 file changed, 2 deletions(-) diff