Commit 8111496c authored by Angel Alberto Carretero's avatar Angel Alberto Carretero Committed by Hans Verkuil
Browse files

media: imx: utils: Enclose IMX_BUS_FMTS macro in parenthesis



Conform to kernel coding style by wrapping macro in parenthesis. Issue
found by checkpatch.

Signed-off-by: default avatarAngel Alberto Carretero <angelalbertoc.r@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
parent 59cea5a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
#include <linux/module.h>
#include "imx-media.h"

#define IMX_BUS_FMTS(fmt...) (const u32[]) {fmt, 0}
#define IMX_BUS_FMTS(fmt...) ((const u32[]) {fmt, 0})

/*
 * List of supported pixel formats for the subdevs.