From: Aaro Koskinen Date: Sun, 13 Mar 2011 10:26:13 +0000 (+0200) Subject: staging: xgifb: delete incorrect I/O mapping X-Git-Tag: v2.6.39-rc1~469^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8277cf87bd676e3af869bb2c2c5249a215e2822c;p=pandora-kernel.git staging: xgifb: delete incorrect I/O mapping If the PCI device was disabled when the probe() routine started, the driver will create 256 MB video memory mapping which is never used or properly released. It's also unsafe as the size is incorrect for many video cards. Deleting it also allows eliminating XGIvga_enable global variable. Signed-off-by: Aaro Koskinen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed