USB: gadget: ci13xxx: don't assume that PAGE_SIZE is 4096
authorArtem Leonenko <tikkeri@gmail.com>
Wed, 15 Dec 2010 07:47:06 +0000 (23:47 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Dec 2010 21:32:37 +0000 (13:32 -0800)
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>

No differences found