Makes the output slightly less useful, in that objects with the same
class handle can't be distinguished from each other now.
Upcoming commits will name objects with user-readable strings to fix
this problem.
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
char obuf[64], *ofmt = "";
if (object->engine) {
- snprintf(obuf, sizeof(obuf), "[0x%08x][%p]",
- nv_hclass(object), object);
+ snprintf(obuf, sizeof(obuf), "[0x%08x]",
+ nv_hclass(object));
ofmt = obuf;
subdev = object->engine;
device = object->engine;