diff options
author | Felipe Balbi <balbi@ti.com> | 2012-05-29 14:36:42 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2012-06-03 23:11:33 +0300 |
commit | 70617db7ad7395498e6bc54c634199bf895426c6 (patch) | |
tree | 2f3b5fef60c3e25e753347cca184131dcaaa4177 /lib/list_debug.c | |
parent | dc1737cdd75b692dbdec0e0e22439a0ce1089488 (diff) |
usb: gadget: omap_udc: remove possiblity of NULL pointer de-reference
when allocating a request, it's better programming
practice to make sure we return NULL if allocation
failed.
This will ensure that, if struct usb_request isn't
the first member on our structure, we don't cheat
the gadget driver into thinking allocating worked
because pointer isn't 0.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'lib/list_debug.c')
0 files changed, 0 insertions, 0 deletions