[PATCH] Fix 64bit bug in trident frame buffer driver
commit3931445f49c6c9b3be45e526e3ff01235508d492
authorAndi Kleen <ak@muc.de>
Thu, 9 Oct 2003 00:49:17 +0000 (8 17:49 -0700)
committerLinus Torvalds <torvalds@home.osdl.org>
Thu, 9 Oct 2003 00:49:17 +0000 (8 17:49 -0700)
treef1a1fd7a95d7eeb44035b7096bf61be322e7848b
parentfe3f6208a00f39df1c20c9e18bd55576ee1a1bd9
[PATCH] Fix 64bit bug in trident frame buffer driver

Fix another 64bit bug, this time in the trident frame buffer driver

When storing the ioremap_nocache() return in a integer the variable must be
long not int.
drivers/video/tridentfb.c