media: coda: Simplify H.264 small buffer padding logic
authorEzequiel Garcia <ezequiel@collabora.com>
Wed, 7 Oct 2020 10:35:40 +0000 (12:35 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 16 Nov 2020 09:31:09 +0000 (10:31 +0100)
commitba928bbd0782d152170ff04f0a1091c0055213bc
tree54a15cfe0aa8f4f53e46065e9917d5c342e23653
parentf23e5f407ffa400a9958a6ef8c8db7c63b99f28e
media: coda: Simplify H.264 small buffer padding logic

The H.264 small buffer padding is done under
the (ctx->qsequence == 0 && payload < 512) condition.

Given this is the exact same condition immediately
above, we can move it right there, making the code
slightly clearer.

This change shouldn't affect functionality as it's just
cosmetics.

Signed-off-by: Ezequiel Garcia <ezequiel@collabora.com>
Reviewed-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/coda/coda-bit.c