commit | b8d01b7fbaa3b9d5887ec6c6fea36fb57bbc4d6b | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Sat Aug 19 13:52:16 2017 +0530 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Aug 28 11:59:39 2017 +0200 |
tree | 985d3ea8ed81987abac987869edf9033c4adcbe6 | |
parent | e8d2ed7db7c3cfbe92923c49cc5e830b0a0ee374 [diff] |
mei: 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>