media: atomisp: make atomisp_css_stop() void
authorKaixu Xia <kaixuxia@tencent.com>
Sat, 14 Nov 2020 13:19:36 +0000 (14:19 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 16:51:16 +0000 (17:51 +0100)
commit1907345078b8279aec9a4663572bee6819a11bf9
tree2bff641e0ed9f2cbd6b439e2b3c55127f9dbd86d
parent3aa059ae8beb0a3d4a06216c7cf6f0f720707136
media: atomisp: make atomisp_css_stop() void

The return value of atomisp_css_stop() function is always 0 and there
are no callers check the return value, so there's no reason for a return
value. Convert atomisp_css_stop() to a void function.

Link: https://lore.kernel.org/linux-media/1605359976-11254-1-git-send-email-kaixuxia@tencent.com
Reported-by: Tosk Robot <tencent_os_robot@tencent.com>
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/atomisp/pci/atomisp_compat.h
drivers/staging/media/atomisp/pci/atomisp_compat_css20.c
drivers/staging/media/atomisp/pci/atomisp_ioctl.c