Re: [PATCH 5 of 6] tpm: move nsc driver off pci_dev

From: Matthieu CASTET
Date: Thu Oct 27 2005 - 17:02:05 EST


Le Tue, 25 Oct 2005 10:22:07 -0500, Kylene Jo Hall a écrit :

> This patch changes the nsc driver from a pci driver to a platform
> driver.

> +static int __init init_nsc(void)
> {
> int rc = 0;
> int lo, hi;
> int nscAddrBase = TPM_ADDR;
>
> -
> - if (pci_enable_device(pci_dev))
> - return -EIO;
> + driver_register(&nsc_drv);
>
> /* select PM channel 1 */
> tpm_write_index(nscAddrBase,NSC_LDN_INDEX, 0x12);
Idem as tpm_atmel, you seem to write some bits before knowing if the port
isn't used.


-
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/