gpu: pvr: hwrec: fix hwrec_mem_pages type change warnings
authorLuc Verhaegen <libv@codethink.co.uk>
Fri, 1 Apr 2011 11:47:59 +0000 (13:47 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Sun, 20 May 2012 18:43:05 +0000 (21:43 +0300)
commit4d6be748c1d43fa6f9ab94b95449a1d4cfbb3594
tree31320f7e994c661d15d20bebf22b30f043895310
parent4ac69f6701c00034b512e9f582b574fb9381d4db
gpu: pvr: hwrec: fix hwrec_mem_pages type change warnings

Last minute change of hwrec_mem_pages, from u32 to unsigned long, was not
build tested due to hwrec_mem dumping now only happening inside
CONFIG_PVR_DEBUG, which was not given a spin before submission.

Signed-off-by: Luc Verhaegen <libv@codethink.co.uk>
Signed-off-by: Imre Deak <imre.deak@nokia.com>
pvr/pvr_debugfs.c