OSDN Git Service

media: atomisp: use new ida API
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 19 Apr 2020 12:28:10 +0000 (14:28 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 10:32:14 +0000 (12:32 +0200)
commitc1b70ae094d37e379e0c4e14db513e50a8e5bb6f
treea71a8c09b80b51f8430bdc62096c2f3e335ec3d6
parent8d564cd28cfcbea636b44a96a1edfe0e3395ef60
media: atomisp: use new ida API

The old ida API got replaced by a new one, with avoids
locking issues. As the old API was removed, start using the
new one, as defined by changeset b03f8e43c926 ("ida: Remove old API").

Fixes: b03f8e43c926 ("ida: Remove old API")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_acc.c