commit | 1cad3e8dcac92ee07c576e93d1b54c8308e2fa80 | [log] [tgz] |
---|---|---|
author | Chris Rorvick <chris@rorvick.com> | Mon Jan 12 12:42:57 2015 -0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 12 22:24:10 2015 +0100 |
tree | 3873fb6871100cd28c37aa5a4559adcdafd46b68 | |
parent | a221dd453a311eb55c1f1ee6322947d99d9b6170 [diff] |
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 <chris@rorvick.com> Reviewed-by: Stefan Hajnoczi <stefanha@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>