Tag: 43df2a57b773596cd0bdd2316889ff9653121015

ALSA: usb-audio: Use kmemdup rather than duplicating its implementation

Author: Thomas Meyer <thomas@m3y3r.de> Use kmemdup rather than duplicating its implementation The semantic patch that makes this change is available in scripts/coccinelle/api/memdup.cocci. Signed-off-by: Thomas Meyer Signed-off-by: Takashi Iwai — sound/usb/quirks.c | 7 +++—- 1 file changed, 3 insertions(+), 4 deletions(-)   diff –git a/sound/usb/quirks.c b/sound/usb/quirks.c index 2e5bc73..a3ddac0 100644 — a/sound/usb/quirks.c +++ b/sound/usb/quirks.c @@ -137,12 +137,12 …

Continue reading