media: pci: tw686x: no need to check 'next'
authorHans Verkuil <hverkuil-cisco@xs4all.nl>
Wed, 24 May 2023 12:11:49 +0000 (13:11 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 9 Jun 2023 15:09:10 +0000 (16:09 +0100)
commit2104793233c2b803107fa39baa9fa149648adce7
treeca33b1f2185da1777acaf44e490519a3b7e8e5c9
parent2192fa95276b0561a579fa4cd19de3f16d47d171
media: pci: tw686x: no need to check 'next'

If 'done' is not NULL, then next can never be NULL, so just drop
the 'next' check.

This fixes this smatch warning:

drivers/media/pci/tw686x/tw686x-audio.c:62 tw686x_audio_irq() warn: can 'next' even be NULL?

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Cc: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/pci/tw686x/tw686x-audio.c