commit | 36ac9b055fa49b9a0097ec8dfd59c5ffc812a60d | [log] [tgz] |
---|---|---|
author | Bart Westgeest <bart@elbrys.com> | Wed Oct 10 13:34:25 2012 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 22 13:36:28 2012 -0700 |
tree | 47896166c0dad2f629069ab2005dc36d69c16ff9 | |
parent | a297ad936ebd6d22b59bbed7d77caa6ff045caa6 [diff] |
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 <bart@elbrys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>