From: Felipe Balbi Date: Fri, 4 May 2012 10:08:22 +0000 (+0300) Subject: usb: dwc3: ep0: switch over to IS_ALIGNED X-Git-Tag: v3.6-rc1~101^2~53^2~27^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c74c6d4a024d95e81283ee4c38be6fa7baee27f9;p=pandora-kernel.git usb: dwc3: ep0: switch over to IS_ALIGNED IS_ALIGNED provides a much faster operation for checking proper size alignment then a modulo operation. Let's use it. Reported-by: Pratyush Anand Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed