Re: [PATCH][ATM] assorted he driver cleanup

From: chas williams (chas@cmf.nrl.navy.mil)
Date: Thu May 29 2003 - 13:26:22 EST


In message <20030529162125.GU24054@xxxxxxxxxxxxxxxx>,Arnaldo Carvalho de Melo w
rites:
>> @@ -1067,46 +1044,39 @@
>> */
>>
>> /* 4.3 pci bus controller-specific initialization */
>> - if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0)
>> - {
>> + if (pci_read_config_dword(pci_dev, GEN_CNTL_0, &gen_cntl_0) != 0) {
>> hprintk("can't read GEN_CNTL_0\n");
>
>Humm, shouldn't we release the irq here? What about using gotos for exception
>handing?

what irq? the irq is grabbed in he_init_irq. if he_start() fails, we
call he_stop() and it frees the irq.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/