From: Joe Perches Date: Mon, 16 Mar 2015 18:09:38 +0000 (-0700) Subject: usb: gadget: goku_udc: Remove uses of seq_ return values X-Git-Tag: omap-for-v4.1/fixes-rc1~167^2~55^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=557f3586aaac0202010eb70e00d2694437f0cb37;p=pandora-kernel.git usb: gadget: goku_udc: Remove uses of seq_ return values The seq_printf/seq_puts/seq_putc return values, because they are frequently misused, will eventually be converted to void. See: commit 1f33c41c03da ("seq_file: Rename seq_overflow() to seq_has_overflowed() and make public") Miscellanea: o Coalesce formats, realign arguments o Create static functions for statement expression macros o Use c90 style comments instead of c99 Signed-off-by: Joe Perches Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed