]> git.pld-linux.org Git - packages/kernel.git/blame - 2.6.0-t3-trival-lkml.patch
- added description of djurban's branch
[packages/kernel.git] / 2.6.0-t3-trival-lkml.patch
CommitLineData
69ec5240 1--- linux-2.6.0-test3/drivers/net/wan/sdlamain.orig.c 2003-08-18 21:44:12.000000000 +0530
2+++ linux-2.6.0-test3/drivers/net/wan/sdlamain.c 2003-08-18 21:45:07.000000000 +0530
3@@ -1029,7 +1029,6 @@
4 STATIC irqreturn_t sdla_isr (int irq, void* dev_id, struct pt_regs *regs)
5 {
6 #define card ((sdla_t*)dev_id)
7- int handled = 0;
8
9 if(card->hw.type == SDLA_S514) { /* handle interrrupt on S514 */
10 u32 int_status;
11--- linux-2.6.0-test3/drivers/video/tridentfb.orig.c 2003-08-18 22:02:56.000000000 +0530
12+++ linux-2.6.0-test3/drivers/video/tridentfb.c 2003-08-18 22:03:36.000000000 +0530
13@@ -454,7 +454,7 @@
14 static void tridentfb_fillrect(struct fb_info * info, const struct fb_fillrect *fr)
15 {
16 int bpp = info->var.bits_per_pixel;
17- int dx,dy,w,h,col;
18+ int col;
19
20 switch (bpp) {
21 case 8: col = fr->color;
22
23--- linux-2.6.0-test3/drivers/char/esp.orig.c 2003-08-18 21:19:20.000000000 +0530
24+++ linux-2.6.0-test3/drivers/char/esp.c 2003-08-18 21:20:01.000000000 +0530
25@@ -2632,7 +2632,7 @@
26 static void __exit espserial_exit(void)
27 {
28 unsigned long flags;
29- int e1, e2;
30+ int e1;
31 unsigned int region_start, region_end;
32 struct esp_struct *temp_async;
33 struct esp_pio_buffer *pio_buf;
34
35--- linux-2.6.0-test3/drivers/char/isicom.orig.c 2003-08-18 21:07:10.000000000
36+0530
37+++ linux-2.6.0-test3/drivers/char/isicom.c 2003-08-18 21:07:25.000000000
38+0530
39@@ -972,7 +972,6 @@
40 struct isi_port * port;
41 struct isi_board * card;
42 unsigned int line, board;
43- unsigned long flags;
44 int error;
45
46 #ifdef ISICOM_DEBUG
47
This page took 2.134716 seconds and 4 git commands to generate.