]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite75c1cd99c9ee55062efe6f5f4c13561603a50e4
treea71a8c09b80b51f8430bdc62096c2f3e335ec3d6
parent731c8b8daef998e021a2f9618e60cd57823889c9
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 71d677209e0e ("ida: Remove old API").

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