]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mei: bus: set the device name before running fixup
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 28 Oct 2015 12:34:35 +0000 (14:34 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 Oct 2015 00:02:16 +0000 (09:02 +0900)
commit213dd193fab8288e2b0b96dc93f974ec33ba2298
tree159ccde5068c4bafab199d9db1e241383ee3f7a2
parent2da55cfd603d1c08dd1a396f943d6205eca47227
mei: bus: set the device name before running fixup

The mei bus fixup use dev_xxx services for printing
to kernel log so we need to setup the device name
prior to running fixup hooks.

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c