Commit df0a9dd7 authored by Imre Deak's avatar Imre Deak Committed by Juha Yrjola

ARM: OMAP: Fix an omapfb macro definition to use parentheses

Signed-off-by: default avatarImre Deak <imre.deak@nokia.com>
Signed-off-by: default avatarJuha Yrjl <juha.yrjola@nokia.com>
parent 43f3f1d9
......@@ -128,7 +128,7 @@
DISPC_IRQ_VID2_FIFO_UNDERFLOW | \
DISPC_IRQ_SYNC_LOST)
#define MAX_PALETTE_SIZE 256 * 16
#define MAX_PALETTE_SIZE (256 * 16)
#define pr_err(fmt, args...) printk(KERN_ERR MODULE_NAME ": " fmt, ## args)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment