tree: Change the macros to take the actual arguments they are using

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-13 16:00:08 +02:00
parent 18331ff41d
commit fd263773cc
9 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
#include "object_heap.h"
#define CONFIG(id) ((struct object_config *) object_heap_lookup(&driver_data->config_heap, id))
#define CONFIG(data, id) ((struct object_config *) object_heap_lookup(&(data)->config_heap, id))
#define CONFIG_ID_OFFSET 0x01000000
struct object_config {