From: Tobias Klauser Date: Wed, 13 Sep 2006 19:38:41 +0000 (+0200) Subject: USB: Remove unneeded void * casts in core files X-Git-Tag: v2.6.19-rc1~899^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec17cf1cfe0b557210b27313bd584e9b5187d4ca;p=pandora-kernel.git USB: Remove unneeded void * casts in core files The patch removes unneeded casts for the following (void *) pointers: - struct file: private - struct urb: context - struct usb_bus: hcpriv - return value of kmalloc() The patch also contains some whitespace cleanup in the relevant areas. Signed-off-by: Tobias Klauser Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed