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

Loading
+1 −1
Original line number Diff line number Diff line
@@ -458,7 +458,7 @@ static void idtg2_remove(struct rio_dev *rdev)
	idtg2_sysfs(rdev, false);
}

static struct rio_device_id idtg2_id_table[] = {
static const struct rio_device_id idtg2_id_table[] = {
	{RIO_DEVICE(RIO_DID_IDTCPS1848, RIO_VID_IDT)},
	{RIO_DEVICE(RIO_DID_IDTCPS1616, RIO_VID_IDT)},
	{RIO_DEVICE(RIO_DID_IDTVPS1616, RIO_VID_IDT)},
+1 −1
Original line number Diff line number Diff line
@@ -348,7 +348,7 @@ static void idtg3_shutdown(struct rio_dev *rdev)
	}
}

static struct rio_device_id idtg3_id_table[] = {
static const struct rio_device_id idtg3_id_table[] = {
	{RIO_DEVICE(RIO_DID_IDTRXS1632, RIO_VID_IDT)},
	{RIO_DEVICE(RIO_DID_IDTRXS2448, RIO_VID_IDT)},
	{ 0, }	/* terminate list */
+1 −1
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ static void idtcps_remove(struct rio_dev *rdev)
	spin_unlock(&rdev->rswitch->lock);
}

static struct rio_device_id idtcps_id_table[] = {
static const struct rio_device_id idtcps_id_table[] = {
	{RIO_DEVICE(RIO_DID_IDTCPS6Q, RIO_VID_IDT)},
	{RIO_DEVICE(RIO_DID_IDTCPS8, RIO_VID_IDT)},
	{RIO_DEVICE(RIO_DID_IDTCPS10Q, RIO_VID_IDT)},
+1 −1
Original line number Diff line number Diff line
@@ -169,7 +169,7 @@ static void tsi568_remove(struct rio_dev *rdev)
	spin_unlock(&rdev->rswitch->lock);
}

static struct rio_device_id tsi568_id_table[] = {
static const struct rio_device_id tsi568_id_table[] = {
	{RIO_DEVICE(RIO_DID_TSI568, RIO_VID_TUNDRA)},
	{ 0, }	/* terminate list */
};
+1 −1
Original line number Diff line number Diff line
@@ -336,7 +336,7 @@ static void tsi57x_remove(struct rio_dev *rdev)
	spin_unlock(&rdev->rswitch->lock);
}

static struct rio_device_id tsi57x_id_table[] = {
static const struct rio_device_id tsi57x_id_table[] = {
	{RIO_DEVICE(RIO_DID_TSI572, RIO_VID_TUNDRA)},
	{RIO_DEVICE(RIO_DID_TSI574, RIO_VID_TUNDRA)},
	{RIO_DEVICE(RIO_DID_TSI577, RIO_VID_TUNDRA)},