diff options
-rw-r--r-- | drivers/char/tpm/tpm_i2c_stm_st33.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm_i2c_stm_st33.c b/drivers/char/tpm/tpm_i2c_stm_st33.c index e643c8627b7d..86203b022d13 100644 --- a/drivers/char/tpm/tpm_i2c_stm_st33.c +++ b/drivers/char/tpm/tpm_i2c_stm_st33.c | |||
@@ -720,7 +720,7 @@ tpm_stm_i2c_probe(struct i2c_client *client, const struct i2c_device_id *id) | |||
720 | struct tpm_stm_dev *tpm_dev; | 720 | struct tpm_stm_dev *tpm_dev; |
721 | 721 | ||
722 | if (!client) { | 722 | if (!client) { |
723 | dev_info(&client->dev, "%s: i2c client is NULL. Device not accessible.\n", | 723 | pr_info("%s: i2c client is NULL. Device not accessible.\n", |
724 | __func__); | 724 | __func__); |
725 | return -ENODEV; | 725 | return -ENODEV; |
726 | } | 726 | } |