Actions
Bug #12566
closedseeprom: 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/seeprom.c: In function 'seeprom_do_attach': ../../sun4u/io/i2c/clients/seeprom.c:170: 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 6b9ce6a49498244ac078b078afa3601c92b66d76
commit 6b9ce6a49498244ac078b078afa3601c92b66d76 Author: Toomas Soome <tsoome@me.com> Date: 2020-06-05T05:56:51.000Z 12566 seeprom: NULL pointer errors Reviewed by: Robert Mustacchi <rm@fingolfin.org> Reviewed by: Yuri Pankov <ypankov@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions