]> git.ipfire.org Git - thirdparty/linux.git/commit
net: pse-pd: set user byte command SUB2 field
authorRobert Marko <robert.marko@sartura.hr>
Thu, 11 Jun 2026 10:24:49 +0000 (12:24 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 17 Jun 2026 22:57:16 +0000 (15:57 -0700)
commite586644d0a89b6c63b77ae717f19d70181faee76
tree99601bd059d2e9ca1318c2b3cf6ebfe9e257f960
parentb85966adbf5de0668a815c6e3527f87e0c387fb4
net: pse-pd: set user byte command SUB2 field

The Set User Byte to Save command has three subject bytes.
The PD692x0 protocol guides defines SUB2 with value 0x4e, while SUB1
carries the NVM user byte.

Template only initialized SUB and SUB1.
Fill SUB2 explicitly so the command matches the documented layout.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Acked-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260611102517.445549-1-robert.marko@sartura.hr
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/pse-pd/pd692x0.c