
Fix -Wformat compiler warnings: 1. format '%lx' expects argument of type 'long unsigned int', but argument has type 'uint64_t {aka long long unsigned int}'. 2. format '%lu' expects argument of type 'long unsigned int', but argument has type 'unsigned int'. Change-Id: Ie9e4c6b244802df7da8be89db7f497e51fb43c9c