Re: [Openipmi-developer] [PATCH] ipmi: ssif_bmc: Move smbus_cmd assignment after cleanup
Brought to you by:
cminyard
|
From: Quan N. <qu...@os...> - 2025-01-03 08:22:18
|
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 |