diff options
author | Julia Lawall <Julia.Lawall@inria.fr> | 2020-05-08 11:12:56 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-02-03 11:40:32 +0100 |
commit | 925f76c55784fdc17ab41aecde06b30439ceb73a (patch) | |
tree | 11063adfff0124dee22560b6020791ff3f94d1a7 /drivers/pci/hotplug | |
parent | powerpc/epapr: Fix parmeters typo (diff) | |
download | linux-925f76c55784fdc17ab41aecde06b30439ceb73a.tar.xz linux-925f76c55784fdc17ab41aecde06b30439ceb73a.zip |
powerpc/spufs: adjust list element pointer type
Other uses of &gang->aff_list_head, eg in spufs_assert_affinity, indicate
that the list elements have type spu_context, not spu as used here. Change
the type of tmp accordingly.
This has no impact on the execution, because tmp is not used in the body of
the loop.
Fixes: c5fc8d2a92461 ("[CELL] cell: add placement computation for scheduling of affinity contexts")
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr>
Reviewed-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/1588929176-28527-1-git-send-email-Julia.Lawall@inria.fr
Diffstat (limited to 'drivers/pci/hotplug')
0 files changed, 0 insertions, 0 deletions