Bug 5178 - bug in drivers/video/vesafb-tng.c
Summary: bug in drivers/video/vesafb-tng.c
Status: REJECTED INVALID
Alias: None
Product: Drivers
Classification: Unclassified
Component: Console/Framebuffers (show other bugs)
Hardware: i386 Linux
: P2 normal
Assignee: Antonino Daplas
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-03 07:28 UTC by guillaume baudot
Modified: 2005-09-03 13:48 UTC (History)
0 users

See Also:
Kernel Version: 2.6.13
Subsystem:
Regression: ---
Bisected commit-id:


Attachments

Description guillaume baudot 2005-09-03 07:28:36 UTC
Most recent kernel where this bug did not occur:2.6.12-r9
Distribution:gentoo
Hardware Environment:x86
Software Environment:linux
Problem Description:
kernel 2.6.13 does not compile with vesafb_tng because of a miss in
drivers/video/vesafb-tng.c.
compilation fails at drivers/video/vesafb-tng.c, line 1180.
"                iounmap(info->screen_base);"

It should be
"                iounmap(vesafb_info->screen_base);"

Steps to reproduce:
cd /path/to/2.6.13kernel
make config # and enable vesafb_tng
make
Comment 1 Antonino Daplas 2005-09-03 13:48:37 UTC
vesafb-tng is an external driver.  You can contact the author and let him know
of the problem and the fix.

Note You need to log in before you can comment on or make changes to this bug.