Actions
Bug #12607
closeddb21554: NULL pointer errors
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Build errors on SPARC with NULL pointer:
../../sun4u/io/pci/db21554.c: In function 'db_attach': ../../sun4u/io/pci/db21554.c:678: 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 *'
Updated by Electric Monk about 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 8adb60c2f39cd295bca28a5a44fa9c4934109e61
commit 8adb60c2f39cd295bca28a5a44fa9c4934109e61 Author: Toomas Soome <tsoome@me.com> Date: 2020-05-10T07:10:50.000Z 12607 db21554: NULL pointer errors Reviewed by: Peter Tribble <peter.tribble@gmail.com> Reviewed by: Gergő Doma <domag02@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions