[media] em28xx: Fix identation
drivers/media/usb/em28xx/em28xx-audio.c:270 snd_em28xx_capture_open() warn: if statement not indented Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
This commit is contained in:
parent
b39ba19cf3
commit
0db3241458
|
@ -268,7 +268,7 @@ static int snd_em28xx_capture_open(struct snd_pcm_substream *substream)
|
|||
nonblock = !!(substream->f_flags & O_NONBLOCK);
|
||||
if (nonblock) {
|
||||
if (!mutex_trylock(&dev->lock))
|
||||
return -EAGAIN;
|
||||
return -EAGAIN;
|
||||
} else
|
||||
mutex_lock(&dev->lock);
|
||||
|
||||
|
|
Loading…
Reference in New Issue