Re: [PATCH] raw/skeleton: remove useless check

2022-10-05 Thread David Marchand
On Tue, Oct 4, 2022 at 10:00 AM David Marchand wrote: > > As reported by Coverity, this check is pointless since dev is already > dereferenced earlier. Besides, dev is passed by the rawdev layer and > can't be NULL. > > Note: the issue was probably present before the incriminated commit. > It is u

RE: [PATCH] raw/skeleton: remove useless check

2022-10-04 Thread Hemant Agrawal
Acked-by: Hemant Agrawal

[PATCH] raw/skeleton: remove useless check

2022-10-04 Thread David Marchand
As reported by Coverity, this check is pointless since dev is already dereferenced earlier. Besides, dev is passed by the rawdev layer and can't be NULL. Note: the issue was probably present before the incriminated commit. It is unclear why Coverity would start complaining about this now. Coverit