Re: [PATCH 5/5] net: defxx: constify eisa_device_id

From: Maciej W. Rozycki
Date: Sat Aug 19 2017 - 08:07:05 EST


On Sat, 19 Aug 2017, Arvind Yadav wrote:

> eisa_device_id are not supposed to change at runtime. All functions
> working with eisa_device_id provided by <linux/eisa.h> work with
> const eisa_device_id. So mark the non-const structs as const.
>
> Signed-off-by: Arvind Yadav <arvind.yadav.cs@xxxxxxxxx>
> ---

Reviewed-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx>

Maciej