-------------------------------------------- On Tue, 8/8/17, Arvind Yadav <[email protected]> wrote:
Subject: [PATCH 31/35] wireless: realtek: rtl8187: constify usb_device_id To: [email protected], [email protected], [email protected], [email protected] Cc: [email protected], [email protected], [email protected] Date: Tuesday, 8 August, 2017, 17:04 > usb_device_id are not supposed to change at > runtime. All functions > working with usb_device_id provided by > <linux/usb.h> work with > const usb_device_id. So mark the > non-const structs as const. > Signed-off-by: Arvind Yadav <[email protected]> Acked-by: [email protected]

