You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The check "$?" checks against a string, which isn't correct it should
check against a return code.
Rewrote the if-statement to do lsmod | grep.
Reported-by: Yongqin Liu <yongqin.liu@linaro.org>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
0 commit comments