]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/workqueue.c
of_mdio: fix device reference leak in of_phy_find_device
[karo-tx-linux.git] / kernel / workqueue.c
index bd81f039027782b923b99be667caa12142c2bf5d..479d840db286efa01febf1dddf56ec0b28a29731 100644 (file)
@@ -4261,7 +4261,7 @@ void print_worker_info(const char *log_lvl, struct task_struct *task)
         * This function is called without any synchronization and @task
         * could be in any state.  Be careful with dereferences.
         */
-       worker = probe_kthread_data(task);
+       worker = kthread_probe_data(task);
 
        /*
         * Carefully copy the associated workqueue's workfn and name.  Keep