lkml.org 
[lkml]   [2022]   [May]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v7 02/33] crypto: rockchip: do not use uninitialized variable
    Date
    crypto_info->dev is not yet set, so use pdev->dev instead.

    Signed-off-by: Corentin Labbe <clabbe@baylibre.com>
    ---
    drivers/crypto/rockchip/rk3288_crypto.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/crypto/rockchip/rk3288_crypto.c b/drivers/crypto/rockchip/rk3288_crypto.c
    index 45cc5f766788..21d3f1458584 100644
    --- a/drivers/crypto/rockchip/rk3288_crypto.c
    +++ b/drivers/crypto/rockchip/rk3288_crypto.c
    @@ -381,7 +381,7 @@ static int rk_crypto_probe(struct platform_device *pdev)
    "rk-crypto", pdev);

    if (err) {
    - dev_err(crypto_info->dev, "irq request failed.\n");
    + dev_err(&pdev->dev, "irq request failed.\n");
    goto err_crypto;
    }

    --
    2.35.1
    \
     
     \ /
      Last update: 2022-05-08 21:08    [W:4.041 / U:0.028 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site