libertas: constify usb_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 9 Aug 2017 16:27:28 +0000 (21:57 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Aug 2017 08:55:59 +0000 (11:55 +0300)
commit3673c417f5091caa29221d000855eeebb25bcfa4
treecb24ea67b961b1eb9411b613c6eb15a5c3af7ceb
parent54c9f21605d8e9e76303b1f03d1ef93fc897a824
libertas: constify usb_device_id

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.cs@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/marvell/libertas/if_usb.c