linux-stable/drivers/misc/ti-st
Shahar Lev 9d031d94da drivers:misc: ti-st: fix skipping of change remote baud
Before the incrementing of ptr in skip_change_remote_baud,
it points to cur_action, but the increment is done by
the size of nxt_action instead. This could cause ptr
to not point to a bts_action structure, which is
harmful for the increment of ptr done in download_firmware.
Therefore, the skipping is first done for cur_action.

Signed-off-by: Shahar Lev <shahar@wizery.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-06-07 10:01:18 -07:00
..
Kconfig misc: fix ti-st build issues 2011-04-29 14:11:03 -07:00
Makefile misc: ti-st: Kconfig & Makefile for TI_ST 2010-10-06 08:27:00 -07:00
st_core.c st_kim: Handle case of no device found for ID 0 2011-06-07 10:01:16 -07:00
st_kim.c drivers:misc: ti-st: fix skipping of change remote baud 2011-06-07 10:01:18 -07:00
st_ll.c drivers:misc: ti-st: set right debug levels for logs 2011-02-04 12:41:21 -08:00