[PATCH 1/3] staging: speakup: add serial_out() method to spk_synth

Greg KH gregkh at linuxfoundation.org
Sat Nov 19 16:08:57 UTC 2016


On Sat, Nov 19, 2016 at 03:46:04PM +0000, Okash Khawaja wrote:
> This does two things:
> 
> 1. add serial_out() method to spk_synth
> 2. replace calls to spk_serial_out() in spk_do_catch_up() and
> 	spk_synth_flush() with calls to serial_out()
> 
> spk_do_catch_up() and spk_synth_flush() are the only functions through
> which speakup_dummy calls into spk_serial_out(). Calls to spk_serial_out() in
> other drivers can stay for now.
> 
> Signed-off-by: Okash Khawaja <okash.khawaja at gmail.com>

Doesn't this patch break all drivers that do not have this set?  You
can't break things with a patch, please rework this series (and rename
the function), to not do that.

thanks,

greg k-h


More information about the devel mailing list