mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-24 03:55:13 -04:00
media: staging: media: Remove unnecessary semicolon
Remove unnecessary semicolon found using semicolon.cocci Coccinelle script. Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
564246fd3f
commit
d128679cb3
@@ -196,7 +196,7 @@ enum ia_css_err ia_css_frame_map(struct ia_css_frame **frame,
|
||||
attribute, context);
|
||||
if (me->data == mmgr_NULL)
|
||||
err = IA_CSS_ERR_INVALID_ARGUMENTS;
|
||||
};
|
||||
}
|
||||
|
||||
if (err != IA_CSS_SUCCESS) {
|
||||
sh_css_free(me);
|
||||
|
||||
Reference in New Issue
Block a user