Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d89f191e authored by kbuild test robot's avatar kbuild test robot Committed by Greg Kroah-Hartman
Browse files

staging/atomisp: fix semicolon.cocci warnings



drivers/staging/media/atomisp/pci/atomisp2/./atomisp_v4l2.c:465:2-3: Unneeded semicolon
drivers/staging/media/atomisp/pci/atomisp2/./atomisp_v4l2.c:511:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Signed-off-by: default avatarFengguang Wu <fengguang.wu@intel.com>
Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 26ac851b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -462,7 +462,7 @@ int atomisp_mrfld_power_down(struct atomisp_device *isp)
		}
		/* FIXME: experienced value for delay */
		usleep_range(100, 150);
	};
	}
}


@@ -508,7 +508,7 @@ int atomisp_mrfld_power_up(struct atomisp_device *isp)
		}
		/* FIXME: experienced value for delay */
		usleep_range(100, 150);
	};
	}
}

int atomisp_runtime_suspend(struct device *dev)