From: Peter Huewe Date: Sun, 3 Feb 2013 21:54:32 +0000 (+0100) Subject: staging/xgifb: mttr must be (signed) int X-Git-Tag: v3.9-rc1~127^2~150 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cedcc7022e40fa83339257e82e64754ca1c8b9a;p=pandora-kernel.git staging/xgifb: mttr must be (signed) int The mttr field must be declared as signed int (as in every other fb driver) for the mttr functions to work properly. Moreover the value should be initialized with -1. Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed