commit | 53ec7f2733745f35f78ea1bab1e73b30e7667e8b | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Sat Aug 19 13:52:26 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 11:17:57 2017 +0200 |
tree | 90190b15312d6998a1f0b5352599502ede5bb3bf | |
parent | 706d61b243d954d49fa839dcbcaace930e219271 [diff] |
usb: make device_type const Make this const as it is only stored in the type field of a device structure, which is const. Done using Coccinelle. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Acked-by: Heikki Krogerus <heikki.krogerus@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>