zd1211rw: constify usb_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 9 Aug 2017 16:31:42 +0000 (22:01 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Aug 2017 08:56:04 +0000 (11:56 +0300)
commitecf23a788e13a00b1f02400dfa6876850ed21397
tree092c94fddbd4e55b44f0e6243e583ca75ca18cb2
parentb924ffd7a4cd2a34b8ad5456ea552be838ddf9af
zd1211rw: 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/zydas/zd1211rw/zd_usb.c