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.


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.