summaryrefslogtreecommitdiff
path: root/package/platform
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2013-04-03 10:00:59 +0000
committerJohn Crispin <john@openwrt.org>2013-04-03 10:00:59 +0000
commitab31b36b6ee7bf31ad931d78a468008270ec74f9 (patch)
tree3fa985712e7ecc24c033199ca3fb6f6fda055c54 /package/platform
parent30ee3ef24e5e24c33f359729eb7ab21d6f93a826 (diff)
downloadmtk-20170518-ab31b36b6ee7bf31ad931d78a468008270ec74f9.zip
mtk-20170518-ab31b36b6ee7bf31ad931d78a468008270ec74f9.tar.gz
mtk-20170518-ab31b36b6ee7bf31ad931d78a468008270ec74f9.tar.bz2
revert patch that renames the worker thread as it seems to cause an oops
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 36185
Diffstat (limited to 'package/platform')
-rw-r--r--package/platform/lantiq/ltq-adsl/patches/130-linux3.8.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/platform/lantiq/ltq-adsl/patches/130-linux3.8.patch b/package/platform/lantiq/ltq-adsl/patches/130-linux3.8.patch
index 21dbe6b..bf758e0 100644
--- a/package/platform/lantiq/ltq-adsl/patches/130-linux3.8.patch
+++ b/package/platform/lantiq/ltq-adsl/patches/130-linux3.8.patch
@@ -71,15 +71,6 @@ Index: drv_dsl_cpe_api-3.24.4.4/src/common/drv_dsl_cpe_os_linux.c
/*DSL_DRV_ThreadPriorityModify(pThrCntrl->nPriority);*/
pThrCntrl->thrParams.bRunning = 1;
-@@ -629,7 +606,7 @@
- if (DSL_DRV_THREAD_INIT_VALID(pThrCntrl) == DSL_FALSE)
- {
- /* set thread function arguments */
-- strcpy(pThrCntrl->thrParams.pName, pName);
-+ snprintf(pThrCntrl->thrParams.pName, DSL_DRV_THREAD_NAME_LEN, "adsl - %s", pName);
- pThrCntrl->nPriority = nPriority;
- pThrCntrl->thrParams.nArg1 = nArg1;
- pThrCntrl->thrParams.nArg2 = nArg2;
@@ -639,9 +616,7 @@
init_completion(&pThrCntrl->thrCompletion);