OSDN Git Service

media: bdisp: remove unnecessary IS_ERR() check
authorDan Carpenter <dan.carpenter@oracle.com>
Thu, 17 Mar 2022 07:51:16 +0000 (08:51 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 13 May 2022 09:02:18 +0000 (11:02 +0200)
commit8919a25c21ae5ccc27254b1c250245e92dd3e418
treeb15a8f08bbfe7de0d978e16e57f7a3231a766ccb
parent8ca62a187a6e4533c42ac8280f9c13c6391aa074
media: bdisp: remove unnecessary IS_ERR() check

The "bdisp->clock" variable cannot be an error pointer here.  No need to
check.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/platform/st/sti/bdisp/bdisp-v4l2.c