From: Sebastian Andrzej Siewior Date: Mon, 22 Oct 2012 20:14:57 +0000 (+0200) Subject: usb: gadget: use a computation macro for INT endpoint interval X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~59^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcb2f99c6c43a8da6cb4002e8b0acf6f1275f3a8;p=pandora-kernel.git usb: gadget: use a computation macro for INT endpoint interval The 5+4 magic for HS tries to aim 32ms which is also what is intended with 1 << 5 for FS. This little macro should make this easier to understand. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed