Commit 13613700 authored by Amarjargal Gundjalam's avatar Amarjargal Gundjalam Committed by Greg Kroah-Hartman

staging: media: omap4iss: Removes unnecessary blank lines

This patch fixes checkpatch issues:

CHECK: Blank lines aren't necessary before a close brace '}'
CHECK: Please don't use multiple blank lines
Signed-off-by: default avatarAmarjargal Gundjalam <amarjargal.gundjalam@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 422de35a
...@@ -482,7 +482,6 @@ resizer_try_format(struct iss_resizer_device *resizer, ...@@ -482,7 +482,6 @@ resizer_try_format(struct iss_resizer_device *resizer,
fmt->width &= ~15; fmt->width &= ~15;
fmt->height = clamp_t(u32, height, 32, fmt->height); fmt->height = clamp_t(u32, height, 32, fmt->height);
break; break;
} }
fmt->colorspace = V4L2_COLORSPACE_JPEG; fmt->colorspace = V4L2_COLORSPACE_JPEG;
...@@ -734,7 +733,6 @@ static int resizer_link_setup(struct media_entity *entity, ...@@ -734,7 +733,6 @@ static int resizer_link_setup(struct media_entity *entity,
else if (remote->entity == &iss->ipipe.subdev.entity) else if (remote->entity == &iss->ipipe.subdev.entity)
resizer->input = RESIZER_INPUT_IPIPE; resizer->input = RESIZER_INPUT_IPIPE;
break; break;
case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE: case RESIZER_PAD_SOURCE_MEM | MEDIA_ENT_T_DEVNODE:
......
...@@ -25,7 +25,6 @@ ...@@ -25,7 +25,6 @@
#include "iss_video.h" #include "iss_video.h"
#include "iss.h" #include "iss.h"
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* Helper functions * Helper functions
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment