]> git.baikalelectronics.ru Git - kernel.git/commit
gpu: host1x: Call host1x_device_add() under lock
authorThierry Reding <treding@nvidia.com>
Thu, 18 Dec 2014 14:06:56 +0000 (15:06 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 23 Jan 2015 11:07:01 +0000 (12:07 +0100)
commitb08c3e109f1c7b0e7af2b3e207e58052bcded2fa
treebb473fa1e2005bdc790daee18ef9dad5053ea39c
parent2ee702b1797197f2b2098fcbccc71d87ff7857b8
gpu: host1x: Call host1x_device_add() under lock

Instead of locking within host1x_device_add(), call it under the lock to
make the locking more consistent.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/host1x/bus.c