commit | 912b6f5c9841576f1f34dff226ecdbf5350db255 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Sun Jan 30 00:51:08 2022 +0530 |
committer | Simon Glass <sjg@chromium.org> | Wed Feb 09 12:26:12 2022 -0700 |
tree | daf3fa7e31c9e86622eea36fecbc370d71f580b2 | |
parent | 881b90f03b1bc7c784f93aff5a91961f380f80f2 [diff] |
dm: Use parenthesis for the device_get_ops macro argument Use parenthesis for the device_get_ops macro argument. This prevents errors when using an expression for the parameter. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Simon Glass <sjg@chromium.org>