stm class: Fix stm device initialization order
authorAlexander Shishkin <alexander.shishkin@linux.intel.com>
Fri, 4 Mar 2016 14:48:14 +0000 (16:48 +0200)
committerMathieu Poirier <mathieu.poirier@linaro.org>
Wed, 1 Jun 2016 21:42:52 +0000 (15:42 -0600)
commit134bbd594d1c21ffa97ab49d70816536369f1fb1
treea6a588730ca76d503561001f873cbaf9b61eff04
parent7c678b8584505e7005b99b4f09cca4496812d30c
stm class: Fix stm device initialization order

Currently, stm_register_device() makes the device visible and then
proceeds to initializing spinlocks and other properties, which leaves
a window when the device can already be opened but is not yet fully
operational.

Fix this by reversing the initialization order.

Reported-by: Alan Cox <alan.cox@intel.com>
Signed-off-by: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Reviewed-by: Laurent Fert <laurent.fert@intel.com>
(cherry picked from commit 389b6699a2aa0b457aa69986e9ddf39f3b4030fd)
drivers/hwtracing/stm/core.c