Revision 1bbc99158504a335cf150d070c76f7edef4ed45d authored by Linus Torvalds on 09 May 2024, 15:39:10 UTC, committed by Linus Torvalds on 09 May 2024, 15:39:10 UTC
Pull dentry leak fix from Al Viro:
 "Dentry leak fix in the qibfs driver that I forgot to send a pull
  request for ;-/

  My apologies - it actually sat in vfs.git#fixes for more than two
  months..."

* tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  qibfs: fix dentry leak
2 parent s 45db3ab + aa23317
Raw File
mixer_scarlett2.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __USB_MIXER_SCARLETT2_H
#define __USB_MIXER_SCARLETT2_H

int snd_scarlett2_init(struct usb_mixer_interface *mixer);

#endif /* __USB_MIXER_SCARLETT2_H */
back to top