Skip to content

Commit

Permalink
Merge tag 'amdtee-for-v5.18' of git://git.linaro.org:/people/jens.wik…
Browse files Browse the repository at this point in the history
…lander/linux-tee into arm/drivers

Small simplification in AMDTE driver

* tag 'amdtee-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/linux-tee:
  tee: amdtee: Make use of the helper macro LIST_HEAD()

Link: https://lore.kernel.org/r/20220218175632.GA926082@jade
Signed-off-by: Arnd Bergmann <[email protected]>
  • Loading branch information
arndb committed Feb 25, 2022
2 parents f289f1d + f7b6764 commit bc5ede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/tee/amdtee/call.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ static int amd_params_to_tee_params(struct tee_param *tee, u32 count,
}

static DEFINE_MUTEX(ta_refcount_mutex);
static struct list_head ta_list = LIST_HEAD_INIT(ta_list);
static LIST_HEAD(ta_list);

static u32 get_ta_refcount(u32 ta_handle)
{
Expand Down

0 comments on commit bc5ede2

Please sign in to comment.