Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: usb-audio: qcom: delete a stray tab

This code is indented one extra tab. Delete the tab.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/Z_4458uUI3LURa8M@stanley.mountain
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Dan Carpenter and committed by
Greg Kroah-Hartman
8176dd6e 15387401

+1 -1
+1 -1
sound/usb/qcom/qc_audio_offload.c
··· 379 379 } else if (ret < 0) { 380 380 dev_err(uaudio_qdev->data->dev, 381 381 "failed with ret %d\n", ret); 382 - atomic_set(&dev->in_use, 0); 382 + atomic_set(&dev->in_use, 0); 383 383 } 384 384 mutex_lock(&qdev_mutex); 385 385 mutex_lock(&chip->mutex);