public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH - 2.6.0-test2][BUG #568]compile failure in drivers/isdn/hisax/diva.c
@ 2003-08-06 11:31 Krishnakumar. R
  0 siblings, 0 replies; 2+ messages in thread
From: Krishnakumar. R @ 2003-08-06 11:31 UTC (permalink / raw)
  To: john; +Cc: linux-kernel, antonio_floresta

Hi John,

Here is the patch which will enable the compilation of the diva.c file.

I succeded in compiling the diva.c with this patch.
But could not do any run time test,  as I dont have the 
hardware.

So could you please apply this and try out.

The patch is against 2.6.0-test2.

Regards
KK


===========================================================
diffstat output:

diva.c |   22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)

===========================================================

The following is the patch.




--- linux-2.6.0-test2/drivers/isdn/hisax/diva.orig.c	2003-08-05 22:22:04.000000000 +0530
+++ linux-2.6.0-test2/drivers/isdn/hisax/diva.c	2003-08-05 22:41:42.000000000 +0530
@@ -751,24 +751,24 @@
 					card->para[1] = pnp_port_start(pd, 0);
 					card->para[0] = pnp_irq(pd, 0);
 					if (pdev->function == ISAPNP_FUNCTION(0xA1)) {
-						if (diva_ipac_isa_probe(cs->card, cs))
+						if (diva_ipac_isa_probe(card->cs, card))
 							return 0;
 						return 1;
 					} else {
-						if (diva_isac_isa_probe(cs->card, cs))
+						if (diva_isac_isa_probe(card->cs, card))
 							return 0;
 						return 1;
-					} else {
-						printk(KERN_ERR "Diva PnP: PnP error card found, no device\n");
-						return(0);
-					}
+					} 
+				}else {
+					printk(KERN_ERR "Diva PnP: PnP error card found, no device\n");
+					return(0);
 				}
-				pdev++;
-				pnp_c=NULL;
-			} 
-			if (!pdev->card_vendor) {
-				printk(KERN_INFO "Diva PnP: no ISAPnP card found\n");
 			}
+			pdev++;
+			pnp_c=NULL;
+		}
+		if (!pdev->card_vendor) {
+			printk(KERN_INFO "Diva PnP: no ISAPnP card found\n");
 		}
 	}
 #endif








^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH - 2.6.0-test2][BUG #568]compile failure in drivers/isdn/hisax/diva.c
@ 2003-08-08  6:51 Krishnakumar. R
  0 siblings, 0 replies; 2+ messages in thread
From: Krishnakumar. R @ 2003-08-08  6:51 UTC (permalink / raw)
  To: trivial; +Cc: linux-kernel

Hi John,

Here is the patch which will enable the compilation of the diva.c file.

The patch is against 2.6.0-test2.


Regards
KK


===========================================================
diffstat output:

diva.c |   22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)

===========================================================

The following is the patch.



--- linux-2.6.0-test2/drivers/isdn/hisax/diva.orig.c    2003-08-05 22:22:04.000000000 +0530
+++ linux-2.6.0-test2/drivers/isdn/hisax/diva.c 2003-08-05 22:41:42.000000000 +0530
@@ -751,24 +751,24 @@
                                        card->para[1] = pnp_port_start(pd, 0);
                                        card->para[0] = pnp_irq(pd, 0);
                                        if (pdev->function == ISAPNP_FUNCTION(0xA1)) {
-                                               if (diva_ipac_isa_probe(cs->card, cs))
+                                               if (diva_ipac_isa_probe(card->cs, card))
                                                        return 0;
                                                return 1;
                                        } else {
-                                               if (diva_isac_isa_probe(cs->card, cs))
+                                               if (diva_isac_isa_probe(card->cs, card))
                                                        return 0;
                                                return 1;
-                                       } else {
-                                               printk(KERN_ERR "Diva PnP: PnP error card found, no device\n");
-                                               return(0);
-                                       }
+                                       } 
+                               }else {
+                                       printk(KERN_ERR "Diva PnP: PnP error card found, no device\n");
+                                       return(0);
                                }
-                               pdev++;
-                               pnp_c=NULL;
-                       } 
-                       if (!pdev->card_vendor) {
-                               printk(KERN_INFO "Diva PnP: no ISAPnP card found\n");
                        }
+                       pdev++;
+                       pnp_c=NULL;
+               }
+               if (!pdev->card_vendor) {
+                       printk(KERN_INFO "Diva PnP: no ISAPnP card found\n");
                }
        }
 #endif


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-08-08  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-06 11:31 [PATCH - 2.6.0-test2][BUG #568]compile failure in drivers/isdn/hisax/diva.c Krishnakumar. R
  -- strict thread matches above, loose matches on Subject: below --
2003-08-08  6:51 Krishnakumar. R

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox