commit | 7c348f1cfb6d8c6911fcb6d13b4c267a8bc93856 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Mon Jun 06 22:23:32 2016 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jun 07 22:18:39 2016 -0700 |
tree | 9f56caf6b7dfe6b728dd1bf825857c7f21f7bd38 | |
parent | 600bb2160546d3310f8f01838b6088569c1b6fdb [diff] |
usb: usbip: remove null check The only caller of get_gadget_descs() has already dereferenced udc before calling this function, so udc can not be NULL at this point of the code and hence no use of checking it. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Reviewed-by: Krzysztof Opasiak <k.opasiak@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>