forked from Minki/linux
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
@ -238,7 +238,6 @@ static int check_locality(struct tpm_chip *chip)
|
||||
return chip->vendor.locality;
|
||||
|
||||
return -EACCES;
|
||||
|
||||
} /* check_locality() */
|
||||
|
||||
/*
|
||||
@ -636,7 +635,6 @@ static int tpm_stm_i2c_of_request_resources(struct tpm_chip *chip)
|
||||
struct device_node *pp;
|
||||
struct tpm_stm_dev *tpm_dev = (struct tpm_stm_dev *)TPM_VPRIV(chip);
|
||||
struct i2c_client *client = tpm_dev->client;
|
||||
|
||||
int gpio;
|
||||
int ret;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user