K 10 svn:author V 7 thompsa K 8 svn:date V 27 2009-08-25T16:59:55.113465Z K 7 svn:log V 301 It is possible for all the kthreads to exit (hci modules unloaded) which in turn ends our usb process. This means the proc pointer becomes invalid and will panic if a new kthread is added. Count the number of threads and clear the proc pointer on the last one. Suggested by: julian MFC after: 3 days END