]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
staging: rtl8192u: remove redundant nul check on pointer dev
authorColin Ian King <colin.king@canonical.com>
Mon, 4 Feb 2019 15:18:43 +0000 (15:18 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 7 Feb 2019 12:33:54 +0000 (13:33 +0100)
commit5e767cca2964d6225ca6eebe2efade6e0fe99557
treed679cff3c7639c0be730ef605cd2e92bb8afb7f5
parent83a95c168349edee3fd30002e0536ca93895cf18
staging: rtl8192u: remove redundant nul check on pointer dev

There is a null check on pointer dev which implies it may be null, however
dev can never be null as it is set in rtl8192_usb_probe via the call
to usb_set_intfdata.

Detected by CoverityScan, CID#143078 ("Dereference after null check")

Fixes: 8fc8598e61f6 ("Staging: Added Realtek rtl8192u driver to staging")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192u/r8192U_core.c