From: Peter Huewe Date: Fri, 15 Feb 2013 19:37:10 +0000 (+0100) Subject: staging/xgifb: Remove unnecessary casts X-Git-Tag: v3.9-rc1~127^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9388ad9c6a3188015b407cacabd68004f93f2165;p=pandora-kernel.git staging/xgifb: Remove unnecessary casts Both functions xgifb_reg_get and inb return an u8 value, so we don't need to cast their return value to unsigned char. -> remove the cast Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed