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

2018-02-21 Thread Wilfried Weissmann
Hi, OK. I will fix that and send a new patch. Greetings, Wilfried Weissmann

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

2018-02-20 Thread Bart Van Assche
On Mon, 2018-02-19 at 21:11 +0100, wilfried.weissm...@gmx.at wrote: > From: Wilfried Weissmann Every patch should have a description that not only explains what has been changed but also why these changes have been made. Please add such a description. Additionally, please also fix spelling of the

[PATCH] mvsas: fix wrong endianess of sgpio api

2018-02-19 Thread Wilfried . Weissmann
From: Wilfried Weissmann --- drivers/scsi/mvsas/mv_94xx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/mvsas/mv_94xx.c b/drivers/scsi/mvsas/mv_94xx.c index 7de5d8d75..926086f39 100644 --- a/drivers/scsi/mvsas/mv_94xx.c +++ b/drivers/scsi/mvsas/mv_94xx.c @@

[PATCH] mvsas: fix wrong endianess of sgpio api

2018-02-19 Thread Wilfried . Weissmann
The SGPIO api is little endian. This patch fixes the byte order and brings it back to sync with ledmon v0.80 and above.