Re: [PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-09 Thread DaeSeok Youn
2016-05-09 21:09 GMT+09:00 Greg KH : > On Wed, May 04, 2016 at 02:13:26PM +0900, Daeseok Youn wrote: >> the result in dgnc_get_mstat() was initialized with -EIO but >> there are no use of EIO as a result in this function. >> >> Signed-off-by: Daeseok Youn

Re: [PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-09 Thread DaeSeok Youn
2016-05-09 21:09 GMT+09:00 Greg KH : > On Wed, May 04, 2016 at 02:13:26PM +0900, Daeseok Youn wrote: >> the result in dgnc_get_mstat() was initialized with -EIO but >> there are no use of EIO as a result in this function. >> >> Signed-off-by: Daeseok Youn >> --- >>

Re: [PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-09 Thread Greg KH
On Wed, May 04, 2016 at 02:13:26PM +0900, Daeseok Youn wrote: > the result in dgnc_get_mstat() was initialized with -EIO but > there are no use of EIO as a result in this function. > > Signed-off-by: Daeseok Youn > --- > drivers/staging/dgnc/dgnc_tty.c | 4 +--- > 1 file

Re: [PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-09 Thread Greg KH
On Wed, May 04, 2016 at 02:13:26PM +0900, Daeseok Youn wrote: > the result in dgnc_get_mstat() was initialized with -EIO but > there are no use of EIO as a result in this function. > > Signed-off-by: Daeseok Youn > --- > drivers/staging/dgnc/dgnc_tty.c | 4 +--- > 1 file changed, 1

[PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-03 Thread Daeseok Youn
the result in dgnc_get_mstat() was initialized with -EIO but there are no use of EIO as a result in this function. Signed-off-by: Daeseok Youn --- drivers/staging/dgnc/dgnc_tty.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git

[PATCH 2/3] staging: dgnc: remove useless assigned error value in

2016-05-03 Thread Daeseok Youn
the result in dgnc_get_mstat() was initialized with -EIO but there are no use of EIO as a result in this function. Signed-off-by: Daeseok Youn --- drivers/staging/dgnc/dgnc_tty.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_tty.c