diff options
Diffstat (limited to 'drivers/video/vesafb.c')
-rw-r--r-- | drivers/video/vesafb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/vesafb.c b/drivers/video/vesafb.c index 090aa1a9be6e..6a069d047914 100644 --- a/drivers/video/vesafb.c +++ b/drivers/video/vesafb.c | |||
@@ -253,7 +253,7 @@ static int __init vesafb_probe(struct platform_device *dev) | |||
253 | size_vmode = vesafb_defined.yres * vesafb_fix.line_length; | 253 | size_vmode = vesafb_defined.yres * vesafb_fix.line_length; |
254 | 254 | ||
255 | /* size_total -- all video memory we have. Used for mtrr | 255 | /* size_total -- all video memory we have. Used for mtrr |
256 | * entries, ressource allocation and bounds | 256 | * entries, resource allocation and bounds |
257 | * checking. */ | 257 | * checking. */ |
258 | size_total = screen_info.lfb_size * 65536; | 258 | size_total = screen_info.lfb_size * 65536; |
259 | if (vram_total) | 259 | if (vram_total) |