staging/xgifb: Remove assignments without effect
authorPeter Huewe <peterhuewe@gmx.de>
Wed, 13 Jun 2012 22:21:39 +0000 (00:21 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Jun 2012 00:13:21 +0000 (17:13 -0700)
commit176f7842a8c0a19e0947f630d71bb53db312812f
tree089a69201e109e6d48251e1c419174dc080e01d3
parent15d76446205710ddfcba6cc9156c7883074f84b1
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 <peterhuewe@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/xgifb/XGI_main_26.c