]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
mux: make device_type const
authorBhumika Goyal <bhumirks@gmail.com>
Tue, 29 Aug 2017 08:49:52 +0000 (10:49 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 29 Aug 2017 11:46:35 +0000 (13:46 +0200)
commita49c3feeb84e4b44d3022b8b1a303ea2e4eeeab9
tree4baee93a2ce992e069675922b94ec4e815347444
parentac317e276700a613057c34f10b2dc714c17d1b15
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>
drivers/mux/core.c