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: Angel Alberto Carretero <angelalbertoc.r@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
parent
59cea5a3e5
commit
8111496ceb
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue