Merge tag 'dm-pull-8feb22-take3' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm
patman snake-case conversion binman fit improvements ACPI fixes and making MCFG available to ARM [trini: Update scripts/pylint.base] Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -212,7 +212,7 @@ struct udevice_rt {
|
||||
#define DM_MAX_SEQ_STR 3
|
||||
|
||||
/* Returns the operations for a device */
|
||||
#define device_get_ops(dev) (dev->driver->ops)
|
||||
#define device_get_ops(dev) ((dev)->driver->ops)
|
||||
|
||||
#if CONFIG_IS_ENABLED(OF_PLATDATA_RT)
|
||||
u32 dev_get_flags(const struct udevice *dev);
|
||||
|
||||
Reference in New Issue
Block a user