1
0
Fork 0

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: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
kbuild test robot 2017-03-01 22:17:49 +00:00 committed by Greg Kroah-Hartman
parent 26ac851ba3
commit d89f191e0c
1 changed files with 2 additions and 2 deletions

View File

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