mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: vc04_services: place the AND operator at the end of the previous line
Place the AND logical operator at the end of the previous line; to fix warning of "Logical continuations should be on the previous line". Issue detected by checkpatch tool. Signed-off-by: Jules Irenge <jbi.octave@gmail.com> Link: https://lore.kernel.org/r/20191012151805.17988-1-jbi.octave@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
850d80a2d8
commit
f152f52c30
@ -1090,8 +1090,8 @@ static int mmal_setup_components(struct bm2835_mmal_dev *dev,
|
||||
|
||||
ret = vchiq_mmal_port_set_format(dev->instance, camera_port);
|
||||
|
||||
if (!ret
|
||||
&& camera_port ==
|
||||
if (!ret &&
|
||||
camera_port ==
|
||||
&dev->component[COMP_CAMERA]->output[CAM_PORT_VIDEO]) {
|
||||
bool overlay_enabled =
|
||||
!!dev->component[COMP_PREVIEW]->enabled;
|
||||
|
Loading…
Reference in New Issue
Block a user