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

Commit 9786b1f1 authored by Benjamin Tissoires's avatar Benjamin Tissoires Committed by Wolfram Sang
Browse files

i2c: i801: minor formatting issues



No functional changes, just typos and remove unused #define.

Reviewed-by: default avatarJean Delvare <jdelvare@suse.de>
Signed-off-by: default avatarBenjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 22e94bd6
Loading
Loading
Loading
Loading
+2 −4
Original line number Original line Diff line number Diff line
@@ -188,10 +188,10 @@
#define SMBHSTSTS_INTR		0x02
#define SMBHSTSTS_INTR		0x02
#define SMBHSTSTS_HOST_BUSY	0x01
#define SMBHSTSTS_HOST_BUSY	0x01


/* Host Notify Status registers bits */
/* Host Notify Status register bits */
#define SMBSLVSTS_HST_NTFY_STS	1
#define SMBSLVSTS_HST_NTFY_STS	1


/* Host Notify Command registers bits */
/* Host Notify Command register bits */
#define SMBSLVCMD_HST_NTFY_INTREN	0x01
#define SMBSLVCMD_HST_NTFY_INTREN	0x01


#define STATUS_ERROR_FLAGS	(SMBHSTSTS_FAILED | SMBHSTSTS_BUS_ERR | \
#define STATUS_ERROR_FLAGS	(SMBHSTSTS_FAILED | SMBHSTSTS_BUS_ERR | \
@@ -273,8 +273,6 @@ struct i801_priv {
	struct smbus_host_notify *host_notify;
	struct smbus_host_notify *host_notify;
};
};


#define SMBHSTNTFY_SIZE		8

#define FEATURE_SMBUS_PEC	(1 << 0)
#define FEATURE_SMBUS_PEC	(1 << 0)
#define FEATURE_BLOCK_BUFFER	(1 << 1)
#define FEATURE_BLOCK_BUFFER	(1 << 1)
#define FEATURE_BLOCK_PROC	(1 << 2)
#define FEATURE_BLOCK_PROC	(1 << 2)