tools/intel_bios_reader: use correct printf format for size_t
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Feb 2011 11:00:49 +0000 (11:00 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Feb 2011 11:00:49 +0000 (11:00 +0000)
commit592b1a51ffa8944da1673e844bfccd0c40cf0a20
tree2fdd8d7962b082b0ffeb117b2443e4d51cee0adc
parent73dd92f85b6321a863dac2a1d22600ad03b3b5d9
tools/intel_bios_reader: use correct printf format for size_t

intel_bios_reader.c: In function ‘dump_backlight_info’:
intel_bios_reader.c:192:22: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘unsigned int’ [-Wformat]

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