Commit 23bc3caf authored by zuoqilin's avatar zuoqilin Committed by Guenter Roeck
Browse files

hwmon: (ftsteutates) Fix spelling typo

parent c2d5f273
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -713,7 +713,7 @@ static int fts_detect(struct i2c_client *client,
{
	int val;

	/* detection works with revsion greater or equal to 0x2b */
	/* detection works with revision greater or equal to 0x2b */
	val = i2c_smbus_read_byte_data(client, FTS_DEVICE_REVISION_REG);
	if (val < 0x2b)
		return -ENODEV;