commit | 856e6e8e0f9300befa87dde09edb578555c99a82 | [log] [tgz] |
---|---|---|
author | Yang Yingliang <yangyingliang@huawei.com> | Tue Aug 31 16:42:36 2021 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Sep 14 10:32:56 2021 +0200 |
tree | 162056664d5bfd4df98f64e27d96c2b07301fa63 | |
parent | b69ec50b3e55c4b2a85c8bc46763eaf330605847 [diff] |
usb: dwc2: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value. Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20210831084236.1359677-1-yangyingliang@huawei.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>