RE: [PATCH] nfc: microread: mei: constify mei_cl_device_id

2017-08-26 Thread Winkler, Tomas
> mei_cl_device_id are not supposed to change at runtime. > mei driver is working with const 'id_table'. So mark the non-const > mei_cl_device_id structs as const. > > Signed-off-by: Arvind Yadav Ack. > drivers/nfc/microread/mei.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff

[PATCH] nfc: microread: mei: constify mei_cl_device_id

2017-08-25 Thread Arvind Yadav
mei_cl_device_id are not supposed to change at runtime. mei driver is working with const 'id_table'. So mark the non-const mei_cl_device_id structs as const. Signed-off-by: Arvind Yadav --- drivers/nfc/microread/mei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nf