Re: [PATCH] HID: hyperv: NULL check before some freeing functions is not needed.
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-02-29 22:48:34
Also in:
linux-input, lkml
From: Wei Liu <wei.liu@kernel.org>
Date: 2020-02-29 22:48:34
Also in:
linux-input, lkml
On Sat, Feb 29, 2020 at 05:30:07PM +0000, Lucas Tanure wrote:
Fix below warnings reported by coccicheck: drivers/hid/hid-hyperv.c:197:2-7: WARNING: NULL check before some freeing functions is not needed. drivers/hid/hid-hyperv.c:211:2-7: WARNING: NULL check before some freeing functions is not needed. Signed-off-by: Lucas Tanure <redacted>
Reviewed-by: Wei Liu <wei.liu@kernel.org>