Prev: defrag deployment status (was Re: [PATCH] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode)
Next: USB: N-trig Finger Pen Multitouch fix
From: Stewart Malik on 7 Mar 2010 19:00 --- arch/x86/boot/video-vesa.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/boot/video-vesa.c b/arch/x86/boot/video-vesa.c index 11e8c6e..426d330 100644 --- a/arch/x86/boot/video-vesa.c +++ b/arch/x86/boot/video-vesa.c @@ -263,15 +263,14 @@ void vesa_store_edid(void) /* ireg.cx = 0; */ /* Controller 0 */ /* ireg.dx = 0; */ /* EDID block number */ ireg.es = ds(); - ireg.di =(size_t)&boot_params.edid_info; /* (ES:)Pointer to block */ + ireg.di = (size_t)&boot_params.edid_info; /* (ES:)Pointer to block */ intcall(0x10, &ireg, &oreg); #endif /* CONFIG_FIRMWARE_EDID */ } #endif /* not _WAKEUP */ -static __videocard video_vesa = -{ +static __videocard video_vesa = { .card_name = "VESA", .probe = vesa_probe, .set_mode = vesa_set_mode, -- 1.6.0.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |