commit | 3e33a8408117088c873ebc4b3ca0e1e440c0b697 | [log] [tgz] |
---|---|---|
author | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Aug 28 10:38:49 2013 +0200 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Wed Sep 04 17:34:51 2013 +0200 |
tree | 8cd32c8e7cb1f61712354388287c202ab2ed384a | |
parent | 3cfca973a442460ed64265c110e10100439cb457 [diff] |
drm/i915/dsi: s/size_t/int/ This fixes a printf warn from gcc: drivers/gpu/drm/i915/intel_dsi_cmd.c: In function ‘dsi_vc_send_long’: drivers/gpu/drm/i915/intel_dsi_cmd.c:181:2: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 7 has type ‘size_t’ [-Wformat=] Suggested-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>