Re: PATCH] drivers/staging/dgnc/dgnc_mgmt.c add some goto statements

2016-12-22 Thread Francis Laniel
Le 2016-12-20 12:24, Dan Carpenter a écrit : This patch doesn't apply. Read Documentation/process/email-clients.rst On Tue, Dec 20, 2016 at 11:49:41AM +0100, Francis Laniel wrote: Hello. As asked in the TODO file for this driver I added some goto statements to handle errors. I used

[PATCH v2] drivers/staging/dgnc/dgnc_mgmt.c : add some goto statements for error handling

2016-12-22 Thread Francis Laniel
I follow Dan Carpenter's advices and I update my patch. I just add goto statements for error handling. Good bye. Signed-off-by: Francis Laniel --- drivers/staging/dgnc/dgnc_mgmt.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/drivers/staging

PATCH] drivers/staging/dgnc/dgnc_mgmt.c add some goto statements

2016-12-20 Thread Francis Laniel
-11815-ge93b1cc-dirty It is my first patch so I hope I did not break anything. Good bye and thank you. Signed-off-by: Francis Laniel --- drivers/staging/dgnc/dgnc_mgmt.c | 19 ++- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/drivers/staging/dgnc/dgnc_mgmt.c b