summaryrefslogtreecommitdiff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorEddie James <eajames@linux.ibm.com>2021-08-03 16:30:16 -0500
committerJoel Stanley <joel@jms.id.au>2021-10-22 09:54:33 +1030
commit7cc2f34e1f4da07c791737cc6b3d965b31815ea0 (patch)
treee50403dda50eb75d40fe454ede2b88377c76be51 /drivers/hwmon
parent826280348ec68cefeb7c3cc3689f6cafcd31c832 (diff)
fsi: sbefifo: Use interruptible mutex locking
Some SBE operations have extremely large responses and can require several minutes to process the response. During this time, the device lock must be held. If another process attempts an operation, it will wait for the mutex for longer than the kernel hung task watchdog allows. Therefore, use the interruptible function to lock the mutex. Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Joel Stanley <joel@jms.id.au> Link: https://lore.kernel.org/r/20210803213016.44739-1-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'drivers/hwmon')
0 files changed, 0 insertions, 0 deletions