Bug 5178

Summary: bug in drivers/video/vesafb-tng.c
Product: Drivers Reporter: guillaume baudot (guillaume.baudot)
Component: Console/FramebuffersAssignee: Antonino Daplas (adaplas)
Status: REJECTED INVALID    
Severity: normal    
Priority: P2    
Hardware: i386   
OS: Linux   
Kernel Version: 2.6.13 Subsystem:
Regression: --- Bisected commit-id:

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.