diff options
author | Christophe JAILLET <[email protected]> | 2020-08-09 09:19:12 +0200 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2020-10-14 15:02:22 +0200 |
commit | b65762108bad73255f5f28658b6d7b79bd178be8 (patch) | |
tree | 66aadddea527612a75d2f0398e206a38deadcbb7 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | 4b2e7f99cdd314263c9d172bc17193b8b6bba463 (diff) |
watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not needed
There is no need to use GFP_ATOMIC here. It is a probe function, no
spinlock is taken and GFP_KERNEL is used just before and just after this
'usb_alloc_coherent()' call.
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions