at76c50x: constify usb_device_id
commit22796d149229ceadd95abe7cf90331d2c9db7bcf
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 9 Aug 2017 16:25:03 +0000 (9 21:55 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Aug 2017 08:55:57 +0000 (10 11:55 +0300)
treed2b9a51942e29f388a3e3b475dd2cd7025f2e156
parent76f6a5c80a4b9e2d9ae2fe53c6ee6be0f630ea88
at76c50x: 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/atmel/at76c50x-usb.c