Re: [PATCH] TPM: DATA_EXPECT bit check bypass

From: Valdis . Kletnieks
Date: Thu Jul 16 2009 - 16:08:30 EST


On Thu, 16 Jul 2009 14:43:32 -0300, Rajiv Andrade said:

> @@ -582,6 +585,12 @@ static int tpm_tis_init(struct device *dev, resource_siz
e_t start,
> tpm_get_timeouts(chip);
> tpm_continue_selftest(chip);
>
> + for (i=0; i < 8; i++)
> + if (ITPM_ID[i] != to_pnp_dev(dev)->id->id[i])
> + break;
> + if (i == 8)
> + chip->is_itpm = 1;
> +

strcmp() variant of some sort instead?

Attachment: pgp00000.pgp
Description: PGP signature