From: Chris Rorvick Date: Mon, 12 Jan 2015 20:42:57 +0000 (-0800) Subject: staging: line6: Pass *_process_message() `usb_line6' pointers X-Git-Tag: fixes-v4.0-rc1~146^2~55^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cad3e8dcac92ee07c576e93d1b54c8308e2fa80;p=pandora-kernel.git staging: line6: Pass *_process_message() `usb_line6' pointers Casting the `struct usb_line6' pointer at the call point makes the code difficult to read. This is substantially cleaned up by moving the cast into the callees. Signed-off-by: Chris Rorvick Reviewed-by: Stefan Hajnoczi Signed-off-by: Greg Kroah-Hartman Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed