[PATCH] staging: speakup_soft: Fix reading of init string

2012-09-15 Thread Ben Hutchings
softsynth_read() reads a character at a time from the init string; when it finds the null terminator it sets the initialized flag but then repeats the last character. Additionally, if the read() buffer is not big enough for the init string, the next read() will start reading from the beginning aga

re:

2012-09-15 Thread Steve Finberg
I am Mrs. Debbie Thomas I have a very important massage to share with you: debbiethoma...@hotmail.com ___ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Re: [PATCH v3 5/9] drivers/staging/gdm72xx/gdm_sdio.c: Remove useless kfree

2012-09-15 Thread walter harms
it looks ok to me Reviewed-by: walter harms Am 14.09.2012 17:13, schrieb Peter Senna Tschudin: > From: Peter Senna Tschudin > > Remove useless kfree() and clean up code related to the removal. > > The semantic patch that finds this problem is as follows: > (http://coccinelle.lip6.fr/) > >