Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 629dcf23 authored by sai gopal's avatar sai gopal Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: cx25821: fix coding style issues in cx25821-alsa.c



This is a patch to cx25821-alsa.c file that fixes of most of the
warning & errors found by checkpatch.pl tool

[mchehab@redhat.com: Fix conflicts with changeset 4e0c923a0d23f86c7331b32bc2aeb280e10e029e]
Signed-off-by: default avatarsai gopal <tsg321@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 205161ed
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -718,7 +718,8 @@ static int cx25821_audio_initdev(struct cx25821_dev *dev)
		goto error;
		goto error;
	}
	}


	if ((err == snd_cx25821_pcm(chip, 0, "cx25821 Digital")) < 0) {
	err = snd_cx25821_pcm(chip, 0, "cx25821 Digital");
	if (err < 0) {
		printk(KERN_INFO
		printk(KERN_INFO
		       "DEBUG ERROR: cannot create snd_cx25821_pcm %s\n",
		       "DEBUG ERROR: cannot create snd_cx25821_pcm %s\n",
		       __func__);
		       __func__);