commit | c272fbe7c998913951f9976e42f0ef5484d2a2ff | [log] [tgz] |
---|---|---|
author | Arvind Yadav <arvind.yadav.cs@gmail.com> | Wed Aug 09 23:14:17 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Thu Aug 10 11:31:26 2017 -0700 |
tree | ad577fd89cf83486d4dd46703d9c1977a56079d7 | |
parent | e978e9b977b0884e16305b6c80807c05a882837d [diff] |
usb: hwa-hc: 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>