commit | a221dd453a311eb55c1f1ee6322947d99d9b6170 | [log] [tgz] |
---|---|---|
author | Chris Rorvick <chris@rorvick.com> | Mon Jan 12 12:42:56 2015 -0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 12 22:24:09 2015 +0100 |
tree | 81bc2e4521408f495a651d0121779b75ffd08cd4 | |
parent | 16d603d32d3437abd1867c7671ed2763bd3aaf0d [diff] |
staging: line6: Pass *_init() `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>