From: Peter Huewe Date: Wed, 13 Jun 2012 22:21:39 +0000 (+0200) Subject: staging/xgifb: Remove assignments without effect X-Git-Tag: v3.6-rc1~100^2~786 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=176f7842a8c0a19e0947f630d71bb53db312812f;p=pandora-kernel.git staging/xgifb: Remove assignments without effect This patch removes assignments to the fb_fix_screeninfo struct which are overwritten by the memset in XGIfb_get_fix() a few lines later. Since the name/id might be useful this was moved to XGIfb_get_fix(). Signed-off-by: Peter Huewe Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed