The dmfe driver triggers warnings when built with gcc. The problem is
incorrect format strings passed to DMFE_DEBUG, specifically using %p
and casts to void * rather than the simpler and more correct %x for
dvma addresses. See suggested fix for more detail.
|