Files
u-boot/drivers/misc
Wei Chen ffdb85bfcf misc: vexpress_config: Use member .priv_auto to set the private data
In current vexpress_config_probe code, it sets the uclass private data
directly. This will cause one compilation error:
drivers/misc/vexpress_config.c:114:27: error: lvalue required as left operand of assignment
  114 |  dev_get_uclass_priv(dev) = priv;
      |                           ^

In this patch we set the uclass private data through struct member
.priv_auto, and this compilation error disappears.

Signed-off-by: Wei Chen <wei.chen@arm.com>
Signed-off-by: Qi Feng <qi.feng@arm.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
2023-10-27 21:02:08 -04:00
..
2023-09-22 06:03:46 +08:00
2022-01-19 18:11:34 +01:00
2022-01-19 18:11:34 +01:00
2023-05-04 13:03:54 -04:00
2018-11-14 09:16:27 -08:00
2022-12-23 10:15:13 -05:00
2018-11-14 09:16:27 -08:00
2022-01-13 07:57:49 -05:00
2023-02-01 14:17:29 +08:00
2022-01-24 10:35:10 -05:00
2023-07-14 12:52:18 -04:00
2022-06-08 14:00:22 -04:00
2021-03-27 13:59:36 +13:00
2021-04-12 17:45:40 -04:00
2022-02-28 11:59:35 +05:30