[media] cx25821-alsa.c: Fix indent
Delete unnecessary space before indented statement. Signed-off-by: Leonid V. Fedorenchik <leonidsbox@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
0ef8007201
commit
4d9304c63e
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ static int cx25821_audio_initdev(struct cx25821_dev *dev)
|
|||
}
|
||||
|
||||
err = snd_card_create(index[devno], id[devno], THIS_MODULE,
|
||||
sizeof(struct cx25821_audio_dev), &card);
|
||||
sizeof(struct cx25821_audio_dev), &card);
|
||||
if (err < 0) {
|
||||
pr_info("DEBUG ERROR: cannot create snd_card_new in %s\n",
|
||||
__func__);
|
||||
|
|
Loading…
Reference in a new issue