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

Commit 33c77abc authored by Axel Lin's avatar Axel Lin Committed by Wolfram Sang
Browse files

i2c: robotfuzz-osif: Constify osif_table



osif_table is never modified, so declare it as const.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarAndrew Lunn <andrew@lunn.ch>
Signed-off-by: default avatarWolfram Sang <wsa@the-dreams.de>
parent 27bfeb5a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ static struct i2c_algorithm osif_algorithm = {
#define USB_OSIF_VENDOR_ID	0x1964
#define USB_OSIF_PRODUCT_ID	0x0001

static struct usb_device_id osif_table[] = {
static const struct usb_device_id osif_table[] = {
	{ USB_DEVICE(USB_OSIF_VENDOR_ID, USB_OSIF_PRODUCT_ID) },
	{ }
};