drivers/misc/ti-st: fix read fw version cmd
authorPavan Savoy <pavan_savoy@ti.com>
Fri, 3 Aug 2012 19:49:43 +0000 (14:49 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 16 Aug 2012 17:11:45 +0000 (10:11 -0700)
commit8565adbc821487accbabe82a03c40daf7a3b92ca
treecb529f742681ff2eccfc55dca50192e16a4ed621
parent537023580d2de09fed3c3ebdca7025572a4ad083
drivers/misc/ti-st: fix read fw version cmd

If the read firmware version response from the chip is split into multiple
frames of UART buffer being received by the host, the TI-ST driver as of today
is unable to put the pieces of response together unlike other responses.

Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/ti-st/st_kim.c