commit | 58add6ca84c4815feef45008c41274b6df41ede8 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Sep 10 12:42:31 2012 +0800 |
committer | Felipe Balbi <balbi@ti.com> | Mon Sep 10 19:26:14 2012 +0300 |
tree | a8704503fdfe11b1808faff89c7c89e0c7bdf7eb | |
parent | c9e4412ab8eb8ef82d645d8749c4ce96ad490007 [diff] |
usb: otg: move the dereference below the NULL test The dereference should be moved below the NULL test. spatch with a semantic match is used to found this. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Felipe Balbi <balbi@ti.com>