summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
diff options
context:
space:
mode:
authorDenis Efremov <efremov@linux.com>2019-10-02 20:18:11 +0300
committerKalle Valo <kvalo@codeaurora.org>2019-10-04 16:46:43 +0300
commitf170d44bc4ec2feae5f6206980e7ae7fbf0432a0 (patch)
tree16cf847d8ebbe6e6e35e34e191e42b7a91107704 /drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h
parent60b5b49f6a6ed3a5dd5e1b4b72b8c792387a0f8c (diff)
downloadlinux-f170d44bc4ec2feae5f6206980e7ae7fbf0432a0.tar.xz
rsi: fix potential null dereference in rsi_probe()
The id pointer can be NULL in rsi_probe(). It is checked everywhere except for the else branch in the idProduct condition. The patch adds NULL check before the id dereference in the rsi_dbg() call. Fixes: 54fdb318c111 ("rsi: add new device model for 9116") Cc: Amitkumar Karwar <amitkarwar@gmail.com> Cc: Siva Rebbagondla <siva8118@gmail.com> Cc: Kalle Valo <kvalo@codeaurora.org> Signed-off-by: Denis Efremov <efremov@linux.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.h')
0 files changed, 0 insertions, 0 deletions