diff options
author | Takashi Iwai <[email protected]> | 2020-09-03 12:47:48 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2020-09-09 15:42:09 +0100 |
commit | d668e640d50a981e35ccf0c87d2742b0ad26fe0c (patch) | |
tree | 5763c16b2bf01ed8cb6106a355d10ea9a3f3ebd0 /drivers/usb/cdns3/cdns3-trace.h | |
parent | a3d1f931ea4af3a9cae0098a957ce55293ce9ab6 (diff) |
ASoC: sh: Replace tasklet with work
The tasklet is an old API that should be deprecated, usually can be
converted to another decent API. In ASoC SH SIU driver, a tasklet is
still used for offloading the hardware reset function. It can be
achieved gracefully with a work queued, too.
This patch replaces the tasklet usage in SH SIU driver with a simple
work. The conversion is fairly straightforward.
Signed-off-by: Takashi Iwai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-trace.h')
0 files changed, 0 insertions, 0 deletions