Re: [PATCH] ipmi: ssif_bmc: Move smbus_cmd assignment after cleanup

From: Quan Nguyen
Date: Thu Jan 02 2025 - 22:50:27 EST




On 03/01/2025 10:20, Corey Minyard wrote:
On Thu, Jan 02, 2025 at 12:54:31AM +0800, Cosmo Chou wrote:
Move smbus_cmd assignment to the end of process_smbus_cmd() to ensure
the new command is not lost when complete_response() is triggered.

Ok, I see, patch is applied. Thank you.

Quan, I assume this is ok. Please double-check it for me.


Yes, Corey,

This patch looks good to me and I think this can be improved a bit further in my reply for Cosmo.

- Quan