Actions
Bug #10669
closedqede: NULL pointer errors
Start date:
2019-04-02
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
Build errors with NULL pointer:
../../common/io/qede/qede_main.c: In function 'qede_alloc_intrs': ../../common/io/qede/qede_main.c:1120:43: error: comparison between pointer and integer [-Werror] if (intr_ctx->intr_vect_info_array_size == NULL) { ^~ cc1: all warnings being treated as errors Note: there are more issues.
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 8af61ecc4fc33ded07f60b6664781dff06728e63
commit 8af61ecc4fc33ded07f60b6664781dff06728e63 Author: Anand Khoje <akhoje@marvell.com> Date: 2019-04-25T15:23:09.000Z 10669 qede: NULL pointer errors Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions