commit | db9cc7d6f95e7d89b0ce57e785cfd9d67a7505d8 | [log] [tgz] |
---|---|---|
author | Vadim Pasternak <vadimp@nvidia.com> | Mon Sep 27 17:22:14 2021 +0300 |
committer | Hans de Goede <hdegoede@redhat.com> | Mon Oct 11 14:57:22 2021 +0200 |
tree | a79459b724b4921100021b41858c841618c007be | |
parent | 9b024201693e397441668cca0d2df7055fe572eb [diff] |
platform/mellanox: mlxreg-io: Fix read access of n-bytes size attributes Fix shift argument for function rol32(). It should be provided in bits, while was provided in bytes. Fixes: 86148190a7db ("platform/mellanox: mlxreg-io: Add support for complex attributes") Signed-off-by: Vadim Pasternak <vadimp@nvidia.com> Link: https://lore.kernel.org/r/20210927142214.2613929-3-vadimp@nvidia.com Signed-off-by: Hans de Goede <hdegoede@redhat.com>