diff options
| author | Kevin Hao <[email protected]> | 2023-12-21 04:45:08 +0000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2023-12-21 11:10:13 +0000 |
| commit | 6addc560e69cd1b2e68ef43ad62a878ac1956f51 (patch) | |
| tree | 157d88c95496d91cdbaab9a989e56f9f65c193dc /drivers/usb/cdns3/cdns3-ti.c | |
| parent | powerpc/fsl: Fix fsl,tmu-calibration to match the schema (diff) | |
| download | kernel-6addc560e69cd1b2e68ef43ad62a878ac1956f51.tar.gz kernel-6addc560e69cd1b2e68ef43ad62a878ac1956f51.zip | |
powerpc/mpc83xx: Add the missing set_freezable() for agent_thread_fn()
The kernel thread function agent_thread_fn() invokes the try_to_freeze()
in its loop. But all the kernel threads are non-freezable by default.
So if we want to make a kernel thread to be freezable, we have to invoke
set_freezable() explicitly.
Signed-off-by: Kevin Hao <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
0 files changed, 0 insertions, 0 deletions
