commit | 80d1642d7640ef00d8823f17a529785331aceb96 | [log] [tgz] |
---|---|---|
author | Peter Chen <peter.chen@nxp.com> | Thu Aug 11 15:51:46 2016 +0800 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Mon Aug 22 10:45:12 2016 +0300 |
tree | f699672076627023088f4d6c4f490aa01a80452e | |
parent | 70237dc8efd092b93b40dc2eba812d66a5d65cb1 [diff] |
usb: gadget: function: f_rndis: socket buffer may be NULL In eth_start_xmit, the socket buffer may be NULL. So, add NULL pointer check at .wrap API. Signed-off-by: Peter Chen <peter.chen@nxp.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>