commit | 8111e4ecf9373f6d76504416b0e76b18372f3598 | [log] [tgz] |
---|---|---|
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 14:00:11 2012 -0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Mar 08 14:00:11 2012 -0800 |
tree | a936712836b3e6cfa401989cc32e86e99180100d | |
parent | dd63b0b4d6d036e1d5f7008c97c30789415489de [diff] |
USB: serial: metro-usb: remove unneeded cast and function call We should use kzalloc() instead of kmalloc() and memset(), and remove an unneeded void * cast as well. Cc: Aleksey Babahin <tamerlan311@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>