Re: [PATCH] s390: char: Free memory on error path.

2015-01-20 Thread Heiko Carstens
On Mon, Jan 19, 2015 at 11:02:00PM +0100, Christophe Jaillet wrote: > Free allocated page in case of error returned by hmcdrv_ftp_startup. > > Signed-off-by: Christophe Jaillet Thanks, I applied the version below. >From e38409df9fdbe8b4667cc2ee0e44ff5825ed7049 Mon Sep 17 00:00:00 2001 From:

Re: [PATCH] s390: char: Free memory on error path.

2015-01-20 Thread Heiko Carstens
On Mon, Jan 19, 2015 at 11:02:00PM +0100, Christophe Jaillet wrote: Free allocated page in case of error returned by hmcdrv_ftp_startup. Signed-off-by: Christophe Jaillet christophe.jail...@wanadoo.fr Thanks, I applied the version below. From e38409df9fdbe8b4667cc2ee0e44ff5825ed7049 Mon Sep

[PATCH] s390: char: Free memory on error path.

2015-01-19 Thread Christophe Jaillet
Free allocated page in case of error returned by hmcdrv_ftp_startup. Signed-off-by: Christophe Jaillet --- drivers/s390/char/hmcdrv_ftp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/s390/char/hmcdrv_ftp.c b/drivers/s390/char/hmcdrv_ftp.c index 4bd6332..f6e00af

[PATCH] s390: char: Free memory on error path.

2015-01-19 Thread Christophe Jaillet
Free allocated page in case of error returned by hmcdrv_ftp_startup. Signed-off-by: Christophe Jaillet christophe.jail...@wanadoo.fr --- drivers/s390/char/hmcdrv_ftp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/s390/char/hmcdrv_ftp.c