crypto: ccp - Fix some unfused tests
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 29 Aug 2023 15:07:59 +0000 (10:07 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Nov 2023 10:59:18 +0000 (11:59 +0100)
commit0c78ae22c68c376709533dbadb7ef74ad924f72a
treebaf1ef61f099da4c3f2fd87d3e17e72d7e60447b
parente2866646d9c55b078210e9da425fb96fcd7b7716
crypto: ccp - Fix some unfused tests

[ Upstream commit 7b3c2348d314a18f6ed84bab67023ae5d1ec6b1e ]

Some of the tests for unfused parts referenced a named member parameter,
but when the test suite was switched to call a python ctypes library they
weren't updated.  Adjust them to refer to the first argument of the
process_param() call and set the data type of the signature appropriately.

Fixes: 15f8aa7bb3e5 ("crypto: ccp - Add unit tests for dynamic boost control")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/crypto/ccp/test_dbc.py