Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liao Yuanhong and committed by
Hans Verkuil
f687d378 f37df9a0

+1 -1
+1 -1
drivers/media/i2c/imx296.c
··· 922 922 923 923 tmdout &= IMX296_TMDOUT_MASK; 924 924 925 - /* T(°C) = 246.312 - 0.304 * TMDOUT */; 925 + /* T(°C) = 246.312 - 0.304 * TMDOUT */ 926 926 *temp = 246312 - 304 * tmdout; 927 927 928 928 return imx296_write(sensor, IMX296_TMDCTRL, 0, NULL);