diff options
author | 2013-03-20 14:02:25 +0100 | |
---|---|---|
committer | 2013-03-20 17:30:51 +0200 | |
commit | 967baed40eaaf6df632b7e929b903140a9744b87 (patch) | |
tree | 84a51e839611404688adc31a26091d73e90169a4 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | usb: ulpi: Define a *otg_ulpi_create no-op (diff) | |
download | linux-dev-967baed40eaaf6df632b7e929b903140a9744b87.tar.xz linux-dev-967baed40eaaf6df632b7e929b903140a9744b87.zip |
usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be null
The udc_irq service runs the isr_tr_complete_handler which in turn
"nukes" the endpoints, including a call to rndis_response_complete,
if appropriate. If the rndis_msg_parser fails here, an error will
be printed using a dev_err call (through the ERROR() macro).
However, if the usb cable was just disconnected the device (cdev)
might not be available and will be null. Since the dev_err macro will
dereference the cdev pointer we get a null pointer exception.
Reviewed-by: Radovan Lekanovic <radovan.lekanovic@sonymobile.com>
Signed-off-by: Truls Bengtsson <truls.bengtsson@sonymobile.com>
Signed-off-by: Oskar Andero <oskar.andero@sonymobile.com>
Acked-by: Michal Nazarewicz <mina86@mina86.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions