carl9170: constify usb_device_id
authorArvind Yadav <arvind.yadav.cs@gmail.com>
Wed, 9 Aug 2017 16:24:41 +0000 (21:54 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 10 Aug 2017 08:55:56 +0000 (11:55 +0300)
commit76f6a5c80a4b9e2d9ae2fe53c6ee6be0f630ea88
tree8073ef4946224b7ced54453d4f4f5389a298cc1a
parentc5c60b2d577e88c50beae6ecf469b7a78643be4f
carl9170: 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/ath/carl9170/usb.c