linux/sound/firewire/bebob
Linus Torvalds bf4afc53b7 Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
This was done entirely with mindless brute force, using

    git grep -l '\<k[vmz]*alloc_objs*(.*, GFP_KERNEL)' |
        xargs sed -i 's/\(alloc_objs*(.*\), GFP_KERNEL)/\1)/'

to convert the new alloc_obj() users that had a simple GFP_KERNEL
argument to just drop that argument.

Note that due to the extreme simplicity of the scripting, any slightly
more complex cases spread over multiple lines would not be triggered:
they definitely exist, but this covers the vast bulk of the cases, and
the resulting diff is also then easier to check automatically.

For the same reason the 'flex' versions will be done as a separate
conversion.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2026-02-21 17:09:51 -08:00
..
bebob.c ALSA: firewire: bebob: Use guard() for mutex locks 2025-08-30 10:02:20 +02:00
bebob.h ALSA: bebob: Fix bit flag quirk constants 2021-06-16 08:53:24 +02:00
bebob_command.c ALSA: bebob: detect the number of available MIDI ports 2021-03-22 12:22:27 +01:00
bebob_focusrite.c ALSA: bebob: fix to detect configured source of sampling clock for Focusrite Saffire Pro i/o series 2019-11-04 09:03:06 +01:00
bebob_hwdep.c ALSA: firewire: bebob: Use guard() for spin locks 2025-08-30 10:02:21 +02:00
bebob_maudio.c ALSA: firewire: bebob: Use guard() for mutex locks 2025-08-30 10:02:20 +02:00
bebob_midi.c ALSA: firewire: bebob: Use guard() for spin locks 2025-08-30 10:02:21 +02:00
bebob_pcm.c ALSA: firewire: bebob: Use guard() for mutex locks 2025-08-30 10:02:20 +02:00
bebob_proc.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
bebob_stream.c ALSA: firewire: bebob: Use guard() for spin locks 2025-08-30 10:02:21 +02:00
bebob_terratec.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 2019-06-05 17:37:08 +02:00
bebob_yamaha_terratec.c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 2019-06-05 17:37:08 +02:00
Makefile ALSA: firewire: Use *-y instead of *-objs in Makefile 2024-05-08 18:18:03 +02:00