commit | f5bf14bf39ec1ca2ad70ca1ec0e38a3e1e3f252d | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Mar 23 13:34:50 2012 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Apr 17 10:23:27 2012 +0200 |
tree | c6f38543fe5767cf0874bfaa3a9cfa595548dfa5 | |
parent | 39c20577009731d5e059db10ef269807b57e498d [diff] |
usb_packet_set_state: handle p->ep == NULL usb_packet_set_state can be called with p->ep = NULL. The tracepoint there tries to log endpoint information, which leads to a segfault. This patch makes usb_packet_set_state handle the NULL pointer properly. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>