Riva Framebuffer update.
From: James Simmons <hidden>
Date: 2003-05-13 21:33:56
Also in:
lkml
This kills off warnings about unused variables. Please apply. # This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1079 -> 1.1080 # drivers/video/riva/fbdev.c 1.45 -> 1.46 # # The following is the BitKeeper ChangeSet Log # -------------------------------------------- # 03/05/12 jsimmons@maxwell.earthlink.net 1.1080 # [RIVA FBDEV] Removal of exccess variable. Kills off a few warnings. # -------------------------------------------- # diff -Nru a/drivers/video/riva/fbdev.c b/drivers/video/riva/fbdev.c
--- a/drivers/video/riva/fbdev.c Mon May 12 14:53:32 2003
+++ b/drivers/video/riva/fbdev.c Mon May 12 14:53:32 2003@@ -1469,10 +1469,10 @@ static int rivafb_cursor(struct fb_info *info, struct fb_cursor *cursor) { struct riva_par *par = (struct riva_par *) info->par; - int i, j, d_idx = 0, s_idx = 0; u8 data[MAX_CURS * MAX_CURS/8]; u8 mask[MAX_CURS * MAX_CURS/8]; u16 fg, bg; + int i; par->riva.ShowHideCursor(&par->riva, 0); -------------------------------------------------------
Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara The only event dedicated to issues related to Linux enterprise solutions www.enterpriselinuxforum.com