mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 04:17:47 +00:00
Staging: xgifb: vb_setmode: Fixed spelling error
Fixed spelling error in comment. Signed-off-by: Colin Cronin <colinpatrickcronin@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
20ba458156
commit
3786a0f2bc
@ -940,7 +940,7 @@ static void XGI_SetCRT1FIFO(struct xgi_hw_device_info *HwDeviceExtension,
|
||||
|
||||
data = xgifb_reg_get(pVBInfo->P3c4, 0x3D);
|
||||
data &= 0xfe;
|
||||
xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* diable auto-threshold */
|
||||
xgifb_reg_set(pVBInfo->P3c4, 0x3D, data); /* disable auto-threshold */
|
||||
|
||||
xgifb_reg_set(pVBInfo->P3c4, 0x08, 0x34);
|
||||
data = xgifb_reg_get(pVBInfo->P3c4, 0x09);
|
||||
|
Loading…
Reference in New Issue
Block a user