diff options
| author | Tong Zhang <[email protected]> | 2021-03-15 19:58:12 +0000 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-03-16 11:18:19 +0000 |
| commit | d2d106fe3badfc3bf0dd3899d1c3f210c7203eab (patch) | |
| tree | ce6d177e9abd91d137ae5b888a0790b840f32e22 /drivers/acpi/cppc_acpi.c | |
| parent | staging: comedi: cb_pcidas: fix request_irq() warn (diff) | |
| download | kernel-d2d106fe3badfc3bf0dd3899d1c3f210c7203eab.tar.gz kernel-d2d106fe3badfc3bf0dd3899d1c3f210c7203eab.zip | |
staging: comedi: cb_pcidas64: fix request_irq() warn
request_irq() wont accept a name which contains slash so we need to
repalce it with something else -- otherwise it will trigger a warning
and the entry in /proc/irq/ will not be created
since the .name might be used by userspace and we don't want to break
userspace, so we are changing the parameters passed to request_irq()
[ 1.565966] name 'pci-das6402/16'
[ 1.566149] WARNING: CPU: 0 PID: 184 at fs/proc/generic.c:180 __xlate_proc_name+0x93/0xb0
[ 1.568923] RIP: 0010:__xlate_proc_name+0x93/0xb0
[ 1.574200] Call Trace:
[ 1.574722] proc_mkdir+0x18/0x20
[ 1.576629] request_threaded_irq+0xfe/0x160
[ 1.576859] auto_attach+0x60a/0xc40 [cb_pcidas64]
Suggested-by: Ian Abbott <[email protected]>
Reviewed-by: Ian Abbott <[email protected]>
Signed-off-by: Tong Zhang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'drivers/acpi/cppc_acpi.c')
0 files changed, 0 insertions, 0 deletions
