Project

General

Profile

Actions

Bug #10779

closed

usba: NULL pointer errors

Added by Toomas Soome over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
driver - device drivers
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

Also available in: Atom PDF