Revision 33e381448cf7a05d76ac0b47d4a6531ecd0e5c53 authored by Christophe JAILLET on 11 June 2021, 06:13:39 UTC, committed by David S. Miller on 11 June 2021, 18:12:54 UTC
If an error occurs after a 'pci_enable_pcie_error_reporting()' call, it
must be undone by a corresponding 'pci_disable_pcie_error_reporting()'
call, as already done in the remove function.

Fixes: ab69bde6b2e9 ("alx: add a simple AR816x/AR817x device driver")
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent da9ef50
Raw File
mixer_s1810c.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Presonus Studio 1810c driver for ALSA
 * Copyright (C) 2019 Nick Kossifidis <mickflemm@gmail.com>
 */

int snd_sc1810_init_mixer(struct usb_mixer_interface *mixer);
back to top