Re: [PATCH 0/5] constify net eisa_device_id

2017-08-19 Thread David Miller
From: Arvind Yadav Date: Sat, 19 Aug 2017 12:21:42 +0530 > eisa_device_id are not supposed to change at runtime. All functions > working with eisa_device_id provided by work with > const eisa_device_id. So mark the non-const structs as const. Series applied, thanks.

[PATCH 0/5] constify net eisa_device_id

2017-08-18 Thread Arvind Yadav
eisa_device_id are not supposed to change at runtime. All functions working with eisa_device_id provided by work with const eisa_device_id. So mark the non-const structs as const. Arvind Yadav (5): [PATCH 1/5] net: 3c509: constify eisa_device_id [PATCH 2/5] net: 3c59x: constify eisa_device_id