mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 09:56:25 -04:00
media: atomisp: Fix OPEN_ENDED_LINE
Lines should not end with a '('
Link: https://lore.kernel.org/linux-media/20201214110156.6152-5-Philipp.Gerlesberger@fau.de
Co-developed-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Andrey Khlopkov <ij72uhux@stud.informatik.uni-erlangen.de>
Signed-off-by: Philipp Gerlesberger <Philipp.Gerlesberger@fau.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
673d128afd
commit
6cef8028ce
@@ -178,8 +178,7 @@ void ia_css_rmgr_uninit_vbuf(struct ia_css_rmgr_vbuf_pool *pool)
|
||||
/* free memory */
|
||||
hmm_free(pool->handles[i]->vptr);
|
||||
/* remove from refcount admin */
|
||||
ia_css_rmgr_refcount_release_vbuf(
|
||||
&pool->handles[i]);
|
||||
ia_css_rmgr_refcount_release_vbuf(&pool->handles[i]);
|
||||
}
|
||||
}
|
||||
/* now free the pool handles list */
|
||||
|
||||
Reference in New Issue
Block a user