tpm/tpm_i2c_stm_st33: Remove sparse spaces
Remove some useless spaces (new line or space) Reviewed-by: Jason Gunthorpe <jason.gunthorpe@obsidianresearch.com> Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Reviewed-by: Peter Huewe <peterhuewe@gmx.de> Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
This commit is contained in:
parent
c4eadfafb9
commit
ac77d33e91
1 changed files with 3 additions and 5 deletions
|
@ -238,7 +238,6 @@ static int check_locality(struct tpm_chip *chip)
|
||||||
return chip->vendor.locality;
|
return chip->vendor.locality;
|
||||||
|
|
||||||
return -EACCES;
|
return -EACCES;
|
||||||
|
|
||||||
} /* check_locality() */
|
} /* check_locality() */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -636,7 +635,6 @@ static int tpm_stm_i2c_of_request_resources(struct tpm_chip *chip)
|
||||||
struct device_node *pp;
|
struct device_node *pp;
|
||||||
struct tpm_stm_dev *tpm_dev = (struct tpm_stm_dev *)TPM_VPRIV(chip);
|
struct tpm_stm_dev *tpm_dev = (struct tpm_stm_dev *)TPM_VPRIV(chip);
|
||||||
struct i2c_client *client = tpm_dev->client;
|
struct i2c_client *client = tpm_dev->client;
|
||||||
|
|
||||||
int gpio;
|
int gpio;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue