HomeFreeBSD

MFC r291926

Description

MFC r291926

sfxge: fix pointer parameter/value signedness mismatch warnings

TLV routines use 'uint8_t *', NVRAM code uses caddr_t. Just cast to
required type to fix the warning.

Required to build with -Werror=pointer-signg.

Reviewed by: gnn
Sponsored by: Solarflare Communications, Inc.

Details

Provenance
arybchikAuthored on
Reviewer
gnn
Parents
rS293956: MFC r291925
Branches
Unknown
Tags
Unknown