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

Commit 28681d71 authored by Axel Lin's avatar Axel Lin Committed by Guenter Roeck
Browse files

hwmon: (max1668) Make max1668_addr_list array const



Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent 7edc8cc1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
#include <linux/mutex.h>

/* Addresses to scan */
static unsigned short max1668_addr_list[] = {
static const unsigned short max1668_addr_list[] = {
	0x18, 0x19, 0x1a, 0x29, 0x2a, 0x2b, 0x4c, 0x4d, 0x4e, I2C_CLIENT_END };

/* max1668 registers */