|
Description
|
The rootnex driver triggers two warnings when built with gcc,
both for the same reason.
DPRINTF is fed incorrect format strings, printing pointers with
%x where %p is correct, and long integers with %x where %lx is
correct.
See the suggested fix for more detail.
[oss-bite-size]
|