Messages in this thread Patch in this message |  | | Date | Mon, 12 May 2003 23:11:20 +0100 (BST) | From | James Simmons <> | Subject | [BK RIVA FBDEV] updates |
| |
Kill off some warnings.
# 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); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |