From: Bart Westgeest Date: Wed, 10 Oct 2012 17:34:25 +0000 (-0400) Subject: staging: usbip: replaced pointer arithmetic, and strongly type function return. X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~84^2~1117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ac9b055fa49b9a0097ec8dfd59c5ffc812a60d;p=pandora-kernel.git staging: usbip: replaced pointer arithmetic, and strongly type function return. Replaced pointer arithmetic by using array indexing, and changed function return type for usbip_alloc_iso_desc_pdu from 'void*' to 'struct usbip_iso_packet_descriptor'. Signed-off-by: Bart Westgeest Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed