]> git.baikalelectronics.ru Git - kernel.git/commit
media: atomisp: fix usage of access_ok() kAPI
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 19 Apr 2020 10:43:55 +0000 (12:43 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 10:32:14 +0000 (12:32 +0200)
commitc2576fb93c6c1519581a5391ccd980718baa6a76
tree81c775d1ef1568d9402b3567f7e7988795cf5fc8
parent906071049254780ef0a68f9234927db129ef5641
media: atomisp: fix usage of access_ok() kAPI

This macro had its first parameter lost. Remove it.

While on it, fix the alignments where this macro is used.

Fixes: a32c85b4fad3 ("Remove 'type' argument from access_ok() function")
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp2/atomisp_compat_ioctl32.c