commit | c33c888b585fd9ed3770e91588480a0b74e82ad0 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Fri Apr 19 10:18:12 2013 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Apr 19 10:20:41 2013 -0700 |
tree | 7a46c66816268c99a4fb459b9e347aa6e81bbc56 | |
parent | 1cb6e73c556e8a61d41e531003cf205c16650a02 [diff] |
usbatm: fix potential NULL pointer dereference The dereference to 'instance' in the debug code should be moved below the NULL test. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Duncan Sands <baldrick@free.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>