]> 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)
commit68f93ff51dd09b215a8a2a98ef664f5f58ff2d05
treebb473fa1e2005bdc790daee18ef9dad5053ea39c
parent1b31c68939615a2cae1c9995c2ec8aee1ee4381c
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