commit | 0a313c4d2435ed0d86cf2295514f02de34cecd88 | [log] [tgz] |
---|---|---|
author | Artem Leonenko <tikkeri@gmail.com> | Tue Dec 14 23:47:06 2010 -0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Dec 16 13:32:37 2010 -0800 |
tree | 243bf1a49156fa98b1ddeb78d8780af1848e7c3f | |
parent | 7c25a82684364da44643cbe3bdbd0f8835293767 [diff] |
USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096 Page size for transaction descriptors for CI13XXX has nothing common with page size from MM. Using platform and configuration specific PAGE_SIZE is wrong. Signed-off-by: Artem Leonenko <tikkeri@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>