Re: [PATCH RESEND] ipmi: remove open coded version of SMBus block write

2021-01-28 Thread Corey Minyard
On Thu, Jan 28, 2021 at 01:53:50PM +0100, Wolfram Sang wrote: > On Thu, Jan 28, 2021 at 06:37:57AM -0600, Corey Minyard wrote: > > Looks good, do you want this in the IPMI tree or are you handling this > > another way? > > I can take it but would prefer the IPMI tree. Ok, it's queued for next mer

Re: [PATCH RESEND] ipmi: remove open coded version of SMBus block write

2021-01-28 Thread Wolfram Sang
On Thu, Jan 28, 2021 at 06:37:57AM -0600, Corey Minyard wrote: > Looks good, do you want this in the IPMI tree or are you handling this > another way? I can take it but would prefer the IPMI tree. Thanks! signature.asc Description: PGP signature

Re: [PATCH RESEND] ipmi: remove open coded version of SMBus block write

2021-01-28 Thread Corey Minyard
Looks good, do you want this in the IPMI tree or are you handling this another way? Thanks, -corey On Thu, Jan 28, 2021 at 09:55:43AM +0100, Wolfram Sang wrote: > The block-write function of the core was not used because there was no > client-struct to use. However, in this case it seems apropri

[PATCH RESEND] ipmi: remove open coded version of SMBus block write

2021-01-28 Thread Wolfram Sang
The block-write function of the core was not used because there was no client-struct to use. However, in this case it seems apropriate to use a temporary client struct. Because we are answering a request we recieved when being a client ourselves. So, convert the code to use a temporary client and u