diff options
author | Leonid V. Fedorenchik <leonidsbox@gmail.com> | 2011-10-22 00:43:23 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-11-24 15:34:08 -0500 |
commit | 4d9304c63e654abb8238e40c316e0cd92823ecf4 (patch) | |
tree | d7e6a4223692b800eefb9b6b86a66c16c1f3958a | |
parent | 0ef80072014720b79596f9582112034cfe949fd3 (diff) |
[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>
-rw-r--r-- | drivers/media/video/cx25821/cx25821-alsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx25821/cx25821-alsa.c b/drivers/media/video/cx25821/cx25821-alsa.c index 92a8694b85fc..680a9935d64e 100644 --- a/drivers/media/video/cx25821/cx25821-alsa.c +++ b/drivers/media/video/cx25821/cx25821-alsa.c | |||
@@ -687,7 +687,7 @@ static int cx25821_audio_initdev(struct cx25821_dev *dev) | |||
687 | } | 687 | } |
688 | 688 | ||
689 | err = snd_card_create(index[devno], id[devno], THIS_MODULE, | 689 | err = snd_card_create(index[devno], id[devno], THIS_MODULE, |
690 | sizeof(struct cx25821_audio_dev), &card); | 690 | sizeof(struct cx25821_audio_dev), &card); |
691 | if (err < 0) { | 691 | if (err < 0) { |
692 | pr_info("DEBUG ERROR: cannot create snd_card_new in %s\n", | 692 | pr_info("DEBUG ERROR: cannot create snd_card_new in %s\n", |
693 | __func__); | 693 | __func__); |