commit | 288ee3c36255d0c2d32830313f527e1474a09e9f | [log] [tgz] |
---|---|---|
author | Chunfeng Yun <chunfeng.yun@mediatek.com> | Tue Apr 24 10:52:46 2018 +0800 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Tue May 15 10:14:56 2018 +0300 |
tree | 80dba1252048d316f6102c196c81d13aa3e0b4bd | |
parent | 64f5b56c9183eb31505bdc08058e1cf4d4b4ba1b [diff] |
usb: mtu3: avoid TX data length truncated in SS/SSP mode The variable of 'count' is declared as u8, this will cause an issue due to value truncated when works in SS or SSP mode and data length is greater than 255, so change it as u32. Signed-off-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>