HDLCD: Fix argument type for function used to implement sysfs statistics.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Thu, 23 Oct 2014 13:09:57 +0000 (14:09 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Thu, 23 Oct 2014 13:12:33 +0000 (14:12 +0100)
commitc25f428afe0a773c5250f45c891269720b2fcb57
tree70a76cf831f90cfcccc48389f9ab97d7e5e66acc
parentd22d3dd7d48418653bd1eb2791e37b75ab1ac260
HDLCD: Fix argument type for function used to implement sysfs statistics.

The hdlcd_show_underrun_count() function had a double pointer as second
argument when the correct version should be with a simple pointer. GCC 4.9
throws a warning that was finally noticed and this is the fix.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
drivers/gpu/drm/arm/hdlcd_drv.c