Re: [PATCH] net/ncsi: Fix the payload copying for the request coming from Netlink

From: David Miller
Date: Thu Aug 22 2019 - 22:27:27 EST


From: <Justin.Lee1@xxxxxxxx>
Date: Wed, 21 Aug 2019 21:24:52 +0000

> The request coming from Netlink should use the OEM generic handler.
>
> The standard command handler expects payload in bytes/words/dwords
> but the actual payload is stored in data if the request is coming from Netlink.
>
> Signed-off-by: Justin Lee <justin.lee1@xxxxxxxx>

Applied, thank you.