Re: [PATCH] mvsas: fix wrong endianness of sgpio api

2018-03-02 Thread Wilfried Weissmann
Hello Martin, Thanks, and I promise to keep on working hard on not falling over my own feet doing a git send-email! Am 02.03.18 um 03:09 schrieb Martin K. Petersen: Wilfried, This patch fixes the byte order of the SGPIO api and brings it back in sync with ledmon v0.80 and above. The

Re: [PATCH] mvsas: fix wrong endianness of sgpio api

2018-03-01 Thread Martin K. Petersen
Wilfried, > This patch fixes the byte order of the SGPIO api and brings it back in > sync with ledmon v0.80 and above. The patch was missing your Signed-off-by: tag. I added it and applied patch to 4.17/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering

[PATCH] mvsas: fix wrong endianness of sgpio api

2018-02-23 Thread Wilfried . Weissmann
From: Wilfried Weissmann This patch fixes the byte order of the SGPIO api and brings it back in sync with ledmon v0.80 and above. --- drivers/scsi/mvsas/mv_94xx.c | 23 --- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git