commit | 28f14eecbd924d067520943613dcd0f965e0310e | [log] [tgz] |
---|---|---|
author | Vijayavardhan Vennapusa <vvreddy@codeaurora.org> | Thu Jun 07 16:12:49 2012 +0530 |
committer | Linux Build Service Account <lnxbuild@localhost> | Thu Jun 28 15:43:18 2012 -0600 |
tree | cc5b4b1d21843259845366968a742e888eb5d00c | |
parent | 2d574694a6fd3f7cb2014105f00524f9da71459c [diff] |
USB: gadget: Fix crash in ci13xxx_udc.c In isr_setup_status_phase(), driver is not checking whether the pointer is NULL before checking udc->status. Otherwise it leads to crash. Fix it by checking for NULL. CRs-Fixed: 367725 Change-Id: I1a74e176671dac734899cc91b3ef6db8300e08e1 Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>