]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Fri, 6 Mar 2020 13:52:29 +0000 (22:52 +0900)
committerTakashi Iwai <tiwai@suse.de>
Fri, 6 Mar 2020 14:54:03 +0000 (15:54 +0100)
commit5bf2a36fe9e7f9769861e45db1f35a08903b03d0
treee1a2abacfac1946cec98c02634c52a54214da3eb
parent66e04db89e9b08adfd6830999904d5915b7111eb
ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of string

KBUILD_MODNAME is available to name kernel modules according to its object
name. This commit uses the macro instead of string for name field of
struct driver since drivers in ALSA firewire stack have the same name of
each object name.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20200306135229.11659-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/bebob/bebob.c
sound/firewire/digi00x/digi00x.c
sound/firewire/fireface/ff.c
sound/firewire/fireworks/fireworks.c
sound/firewire/tascam/tascam.c