mbox series

[platform,0/2] platform/mellanox: Fixes for register space access

Message ID 20210927142214.2613929-1-vadimp@nvidia.com (mailing list archive)
Headers show
Series platform/mellanox: Fixes for register space access | expand

Message

Vadim Pasternak Sept. 27, 2021, 2:22 p.m. UTC
Patch set contains:
Patch #1 - Fix argument for kstrtou32() conversion.
Patch #2 - Fix rea access for complex attribute.

Vadim Pasternak (2):
  platform/mellanox: mlxreg-io: Fix argument base in kstrtou32() call
  platform/mellanox: mlxreg-io: Fix read access of n-bytes size
    attributes

 drivers/platform/mellanox/mlxreg-io.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Hans de Goede Oct. 11, 2021, 12:56 p.m. UTC | #1
Hi,

On 9/27/21 4:22 PM, Vadim Pasternak wrote:
> Patch set contains:
> Patch #1 - Fix argument for kstrtou32() conversion.
> Patch #2 - Fix rea access for complex attribute.

Thank you for your patch-series, I've applied the series to my
review-hans branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Since these are both clear bug fixes I will also include these
in my upcoming pdx86-fixes pull-req for 5.15 .

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans