Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac77d33e authored by Christophe Ricard's avatar Christophe Ricard Committed by Peter Huewe
Browse files

tpm/tpm_i2c_stm_st33: Remove sparse spaces



Remove some useless spaces (new line or space)

Reviewed-by: default avatarJason Gunthorpe <jason.gunthorpe@obsidianresearch.com>
Signed-off-by: default avatarChristophe Ricard <christophe-h.ricard@st.com>
Reviewed-by: default avatarPeter Huewe <peterhuewe@gmx.de>
Signed-off-by: default avatarPeter Huewe <peterhuewe@gmx.de>
parent c4eadfaf
Loading
Loading
Loading
Loading
+3 −5
Original line number Original line Diff line number Diff line
@@ -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;