From: Michael Grzeschik Date: Sat, 30 Mar 2013 10:54:10 +0000 (+0200) Subject: usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~135^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b983e51a73b60b358e2c15a64c0c489cb266fe67;p=pandora-kernel.git usb: chipidea: udc: add the define TD_PAGE_COUNT and fix all users A static count of transfer descriptors was used everywhere in the driver with the fixed number 5. This patch adds a define, named TD_PAGE_COUNT, and replaces all users of this value. This way its possible to have only one parameter to change and limit the amount of buffer pointers per TD. Signed-off-by: Michael Grzeschik Reviewed-by: Peter Chen Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed