staging:media:davinci_vpfe: Fixed code identation warning as detected by checkpatch
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>
This commit is contained in:
parent
b369a87c3c
commit
735a8b4561
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue