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
Hi, I have some problems:
i use FL2000 work in MTK7621 chips under kernel-3.10; sometimes it works well and fltest have picture output; but sometime i get panic when insmod fl2000.ko.
it occurs in fl2000_intr_pipe_completion()-->queue_work().
CPU 0 Unable to handle kernel paging request at virtual address 00000080, epc == 82044bdc, ra == 82044ec4
i add printk in function fl2000_intr_pipe_completion(), i found that dev_ctx->intr_pipe_wq have become to NULL
The text was updated successfully, but these errors were encountered:
Hi, I have some problems:
i use FL2000 work in MTK7621 chips under kernel-3.10; sometimes it works well and fltest have picture output; but sometime i get panic when insmod fl2000.ko.
it occurs in fl2000_intr_pipe_completion()-->queue_work().
CPU 0 Unable to handle kernel paging request at virtual address 00000080, epc == 82044bdc, ra == 82044ec4
i add printk in function fl2000_intr_pipe_completion(), i found that dev_ctx->intr_pipe_wq have become to NULL
The text was updated successfully, but these errors were encountered: