Acked-by: Alexandre Bounine <[email protected]> Hi Andrew,
Please apply the patches listed below. I will forward them to you. Thank you, Alex. -----Original Message----- From: Arvind Yadav [mailto:[email protected]] Sent: Saturday, August 26, 2017 4:04 AM To: [email protected]; Bounine, Alexandre <[email protected]> Cc: [email protected] Subject: [PATCH 0/5] constify rio_device_id rio_device_id are not supposed to change at runtime. rio driver is working with const 'id_table'. So mark the non-const rio_device_id structs as const. Arvind Yadav (5): [PATCH 1/5] rapidio: idt_gen2: constify rio_device_id [PATCH 2/5] rapidio: idt_gen3: constify rio_device_id [PATCH 3/5] rapidio: idtcps: constify rio_device_id [PATCH 4/5] rapidio: tsi568: constify rio_device_id [PATCH 5/5] rapidio: tsi57x: constify rio_device_id drivers/rapidio/switches/idt_gen2.c | 2 +- drivers/rapidio/switches/idt_gen3.c | 2 +- drivers/rapidio/switches/idtcps.c | 2 +- drivers/rapidio/switches/tsi568.c | 2 +- drivers/rapidio/switches/tsi57x.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) -- 2.7.4

