staging:media:davinci_vpfe: Fixed code identation warning as detected by checkpatch
authorThaissa Falbo <thaissa.falbo@gmail.com>
Mon, 15 Feb 2016 05:38:39 +0000 (03:38 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Feb 2016 22:56:32 +0000 (14:56 -0800)
Fixed code indentation warning as detected by checkpatch.

WARNING: suspect code indent for conditional statements (24, 40)
#1672: FILE: drivers/staging/media/davinci_vpfe/dm365_resizer.c:1672:

Signed-off-by: Thaissa Falbo <thaissa.falbo@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/davinci_vpfe/dm365_resizer.c

index 42de95e31f6f9b6cf58b414a412b92eb414f68c0..59f71bb2d8554c5c805ed8cc05ffd1219d5b70b3 100644 (file)
@@ -1670,7 +1670,7 @@ static int resizer_link_setup(struct media_entity *entity,
                                resizer->crop_resizer.input =
                                                RESIZER_CROP_INPUT_IPIPEIF;
                        else if (ipipe_source == IPIPE_OUTPUT_RESIZER)
-                                       resizer->crop_resizer.input =
+                               resizer->crop_resizer.input =
                                                RESIZER_CROP_INPUT_IPIPE;
                        else
                                return -EINVAL;
This page took 0.026942 seconds and 5 git commands to generate.