commit | a49c3feeb84e4b44d3022b8b1a303ea2e4eeeab9 | [log] [tgz] |
---|---|---|
author | Bhumika Goyal <bhumirks@gmail.com> | Tue Aug 29 10:49:52 2017 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Aug 29 13:46:35 2017 +0200 |
tree | 4baee93a2ce992e069675922b94ec4e815347444 | |
parent | ac317e276700a613057c34f10b2dc714c17d1b15 [diff] |
mux: 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: Peter Rosin <peda@axentia.se> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>