mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 11:33:28 +02:00
media: imx296: Remove redundant semicolons
Remove unnecessary semicolons. Signed-off-by: Liao Yuanhong <liaoyuanhong@vivo.com> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
parent
f37df9a0eb
commit
f687d3785d
|
|
@ -922,7 +922,7 @@ static int imx296_read_temperature(struct imx296 *sensor, int *temp)
|
|||
|
||||
tmdout &= IMX296_TMDOUT_MASK;
|
||||
|
||||
/* T(°C) = 246.312 - 0.304 * TMDOUT */;
|
||||
/* T(°C) = 246.312 - 0.304 * TMDOUT */
|
||||
*temp = 246312 - 304 * tmdout;
|
||||
|
||||
return imx296_write(sensor, IMX296_TMDCTRL, 0, NULL);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user