summaryrefslogtreecommitdiff
path: root/lib/image-sparse.c
diff options
context:
space:
mode:
authorWei Chen <wei.chen@arm.com>2023-10-18 14:27:44 +0800
committerTom Rini <trini@konsulko.com>2023-10-27 21:02:08 -0400
commitffdb85bfcfd79a432a9379a9a13680699eb686fb (patch)
treeeaf65ad1dbeecce020fbc5ab72c2c22d74f0ebb4 /lib/image-sparse.c
parent7093b89ab12fae697548bbc839f3966642132221 (diff)
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>
Diffstat (limited to 'lib/image-sparse.c')
0 files changed, 0 insertions, 0 deletions