aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Hristev <[email protected]>2022-05-03 10:44:20 +0200
committerMauro Carvalho Chehab <[email protected]>2022-05-13 11:02:21 +0200
commit4f564b92c3c7094f4ff2f29426a950acbb55b5d3 (patch)
tree115e1875e6a1f1c65cf3be2e34173170ae12b76a
parentc221670d0d67a714363c7c679f8d5f3c9f745a78 (diff)
media: atmel: atmel-sama7g5-isc: remove stray line
Remove stray line from formats struct. Signed-off-by: Eugen Hristev <[email protected]> Reviewed-by: Jacopo Mondi <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/platform/atmel/atmel-sama7g5-isc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/platform/atmel/atmel-sama7g5-isc.c b/drivers/media/platform/atmel/atmel-sama7g5-isc.c
index 5a9db6f41056..83b175070c06 100644
--- a/drivers/media/platform/atmel/atmel-sama7g5-isc.c
+++ b/drivers/media/platform/atmel/atmel-sama7g5-isc.c
@@ -205,7 +205,6 @@ static struct isc_format sama7g5_formats_list[] = {
.mbus_code = MEDIA_BUS_FMT_Y10_1X10,
.pfe_cfg0_bps = ISC_PFG_CFG0_BPS_TEN,
},
-
};
static void isc_sama7g5_config_csc(struct isc_device *isc)