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

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
......@@ -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)
......
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