mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-11 00:42:56 -04:00
media: chips-media: wave5: Remove unnecessary semicolons
Remove unnecessary semicolons reported by Coccinelle/coccicheck and the semantic patch at scripts/coccinelle/misc/semicolon.cocci. Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Reviewed-by: Nicolas Dufresne <nicolas.dufresne@collabora.com> Signed-off-by: Sebastian Fricke <sebastian.fricke@collabora.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
cecce089b9
commit
05dc7fc750
@@ -2315,7 +2315,7 @@ static bool wave5_vpu_enc_check_common_param_valid(struct vpu_instance *inst,
|
||||
param->intra_refresh_mode);
|
||||
return false;
|
||||
}
|
||||
};
|
||||
}
|
||||
return true;
|
||||
|
||||
invalid_refresh_argument:
|
||||
|
||||
@@ -92,7 +92,7 @@ static int switch_state(struct vpu_instance *inst, enum vpu_instance_state state
|
||||
break;
|
||||
case VPU_INST_STATE_STOP:
|
||||
break;
|
||||
};
|
||||
}
|
||||
|
||||
dev_dbg(inst->dev->dev, "Switch state from %s to %s.\n",
|
||||
state_to_str(inst->state), state_to_str(state));
|
||||
|
||||
Reference in New Issue
Block a user