tests/intel_reg_dumper: Replace asprintf with snprintf
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Feb 2011 10:50:48 +0000 (10:50 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Feb 2011 10:50:48 +0000 (10:50 +0000)
commit2c9b293927b5f6bd48c71e2657ca5d7a524a59f8
tree985844637ff59efb5f689ec70c5ce1115c2bf1b7
parentd4127e0e68315b668a4d9aea62ec43e03ccb86e7
tests/intel_reg_dumper: Replace asprintf with snprintf

Stops the compiler warning about not checking the potential error return
from asprintf, which was a false positive anyway.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tools/intel_reg_dumper.c