Actions
Bug #10779
closedusba: NULL pointer errors
Start date:
2019-04-14
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
NULL pointer errors:
../../common/io/usb/usba/hcdi.c: In function 'usba_hcdi_cb': ../../common/io/usb/usba/hcdi.c:566:51: error: comparison between pointer and integer [-Werror] hcdi_shared_cb_thread, req_wrp, TQ_NOSLEEP) == ^~ ../../common/io/usb/usba/usba_devdb.c: In function 'usba_devdb_get_var_type': ../../common/io/usb/usba/usba_devdb.c:122:37: error: comparison between pointer and integer [-Werror] if (strcasecmp(cfgvar->name, str) == NULL) { ^~ cc1: all warnings being treated as errors
Actions