|
@@ -524,7 +524,7 @@ long st_kim_stop(void *kim_data)
|
|
|
msecs_to_jiffies(LDISC_TIME));
|
|
msecs_to_jiffies(LDISC_TIME));
|
|
|
if (!err) { /* timeout */
|
|
if (!err) { /* timeout */
|
|
|
pr_err(" timed out waiting for ldisc to be un-installed");
|
|
pr_err(" timed out waiting for ldisc to be un-installed");
|
|
|
- return -ETIMEDOUT;
|
|
|
|
|
|
|
+ err = -ETIMEDOUT;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* platform specific disable */
|
|
/* platform specific disable */
|