OSDN Git Service

media: venus: helpers: Delete an unneeded bool conversion
authorZhen Lei <thunder.leizhen@huawei.com>
Mon, 10 May 2021 11:57:52 +0000 (13:57 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 2 Jun 2021 10:28:59 +0000 (12:28 +0200)
commit6fc46680520f38af8425a447de5e0f84106512eb
tree0c0c0dd830bcc8aa401cda49cb5c13c23dfcfee2
parent3cfe5815ce0ee87f4979787cc7af23404a02edc1
media: venus: helpers: Delete an unneeded bool conversion

The result of an expression consisting of a single relational operator is
already of the bool type and does not need to be evaluated explicitly.

No functional change.

Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/venus/helpers.c