Actions
Bug #12570
closedpca9556: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors with NULL pointer:
../../sun4u/io/i2c/clients/pca9556.c: In function 'pca9556_attach': ../../sun4u/io/i2c/clients/pca9556.c:331: error: passing argument 6 of 'ddi_create_minor_node' makes integer from pointer without a cast ../../common/sys/sunddi.h:1571: note: expected 'int' but argument is of type 'void *'
Testing done: build/install/boot
Related issues
Updated by Toomas Soome almost 2 years ago
- Related to Bug #12814: CCVERBOSE flag in CFLAGS is redundant and not needed added
Updated by Electric Monk almost 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit fa4e72b04e6507456698cd5d25ff74f4ab5d2056
commit fa4e72b04e6507456698cd5d25ff74f4ab5d2056 Author: Toomas Soome <tsoome@me.com> Date: 2020-06-05T06:15:01.000Z 12570 pca9556: NULL pointer errors Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions