Hi Jason,

Thanks for the updated patch! 
Sorry, I have one really minor remark left:

> +     if (rc) {
> +             dev_err(chip->dev,
> +                     "A TPM error (%d) occurred attempting to determine the 
> timeouts\n",

rc is a ssize_t here and when compiling with C=1 I get
drivers/char/tpm/tpm.c:582:4: warning: format '%d' expects argument of type 
'int', but argument 3 has type 'ssize_t' [-Wformat]

Care to change to 
> +                     "A TPM error (%zd) occurred attempting to determine the 
> timeouts\n",

Sorry that I didn't spot it earlier.


Thanks,
Peter

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

Reply via email to