commit | 500a177d21c381e7dc53b525426c4c6237f5ec4e | [log] [tgz] |
---|---|---|
author | Vijayavardhan Vennapusa <vvreddy@codeaurora.org> | Wed Mar 09 18:32:45 2016 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Thu Apr 29 22:45:20 2021 -0700 |
tree | 2ce40176b8dc16126a153730947eb152573eeeef | |
parent | a8cc313633f9972f5197be6869e9c109062e104c [diff] |
USB: gadget: f_fs: Allocate extra buffer for IN endpoint USB AXI prefetch requires additional 256 bytes than actual required buffer size for USB IN endpoint. But Currently driver is allocating for USB OUT endpoint. Hence fix this by allocating extra buffer for USB IN endpoint only. Change-Id: I3c2d299d8dce3d826b153856e2cd8366b33a2dd6 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>