On Thu, Aug 24, 2017 at 11:49 AM, Arvind Yadav <[email protected]> wrote:
> ata_port_info are not supposed to change at runtime. All functions > working with ata_port_info provided by <linux/libata.h> work with > const ata_port_info. So mark the non-const structs as const. > > Signed-off-by: Arvind Yadav <[email protected]> Acked-by: Linus Walleij <[email protected]> Yours, Linus Walleij

