staging: media: omap4iss: Fixes line break
authorAmarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Mon, 26 Oct 2015 13:09:32 +0000 (06:09 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Oct 2015 07:53:12 +0000 (16:53 +0900)
This patch fixes the checkpatch issue:

CHECK: Logical continuations should be on the previous line

Signed-off-by: Amarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/media/omap4iss/iss.c

index c1430017237d17fbb218439862965d0718ba0fc6..bd3662ab2db0c89c8058d5ed7cda3c2a4bda8983 100644 (file)
@@ -469,8 +469,8 @@ static int iss_pipeline_pm_power(struct media_entity *entity, int change)
 
        media_entity_graph_walk_start(&graph, first);
 
-       while ((first = media_entity_graph_walk_next(&graph))
-              && first != entity)
+       while ((first = media_entity_graph_walk_next(&graph)) &&
+              first != entity)
                if (media_entity_type(first) != MEDIA_ENT_T_DEVNODE)
                        iss_pipeline_pm_power_one(first, -change);