-------------------------------------------- On Tue, 8/8/17, Arvind Yadav <arvind.yadav...@gmail.com> wrote:
Subject: [PATCH 31/35] wireless: realtek: rtl8187: constify usb_device_id To: kv...@codeaurora.org, her...@canonical.com, ht...@users.sourceforge.net, larry.fin...@lwfinger.net Cc: linux-ker...@vger.kernel.org, netdev@vger.kernel.org, linux-wirel...@vger.kernel.org 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 <arvind.yadav...@gmail.com> Acked-by: ht...@users.sourceforge.net