From: Thomas Pugliese Date: Mon, 9 Dec 2013 20:15:14 +0000 (-0600) Subject: usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg X-Git-Tag: v3.14-rc1~148^2~130^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea1af42d3d4da73c9d75984f24e569515261b3fd;p=pandora-kernel.git usb: wusbcore: move isoc_frame_index from wa_xfer to wa_seg If multiple segments belonging to an isoc transfer are submitted concurrently, the isoc_frame_index field in struct wa_xfer can get corrupted. This patch moves the isoc_frame_index field from struct wa_xfer to struct wa_seg to prevent this from happening. Signed-off-by: Thomas Pugliese Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed