crypto: ccp - Fix DBC sample application error handling
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 29 Aug 2023 15:07:57 +0000 (10:07 -0500)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 15 Sep 2023 10:29:45 +0000 (18:29 +0800)
commit70f242c1933e9e881c13c31640bb6d56e8b7e738
tree7f06c566d5ab018ed02e127f1b8d32cd8a3d5b27
parent7f71c3e033824e1da237916a1885e3c0699f86b2
crypto: ccp - Fix DBC sample application error handling

The sample application was taking values from ioctl() and treating
those as the error codes to present to a user.

This is incorrect when ret is non-zero, the error is stored to `errno`.
Use this value instead.

Fixes: f40d42f116cf ("crypto: ccp - Add a sample python script for Dynamic Boost Control")
Fixes: febe3ed3222f ("crypto: ccp - Add a sample library for ioctl use")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
tools/crypto/ccp/dbc.c
tools/crypto/ccp/dbc.py