Re: [PATCH] raw/skeleton: remove useless check
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
Acked-by: Hemant Agrawal