Re: [PATCH v1.4 3/5] key: add tpm_send command

From: David Howells
Date: Fri Nov 19 2010 - 11:46:04 EST


David Safford <safford@xxxxxxxxxxxxxx> wrote:

> Currently transmit_command() in tpm.c expects an int,
> but it changes it to size_t for the actual tpm_transmit().
> We will work with Rajiv to do a cleanup, as this touches
> a number of calls.

You can pass a size_t value to an int. The compiler will cast automatically.

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