Re: [PATCH V4 2/2] firmware: ti_sci: Add comment explaining the is_secure code

2024-01-30 Thread Nishanth Menon
On 17:28-20240130, Dhruva Gole wrote: > Add a comment to explain the code under is_secure condition of > ti_sci_do_xfer. This will help avoid confusion amongst people who may in > future touch upon this code. > > Signed-off-by: Dhruva Gole > --- > drivers/firmware/ti_sci.c | 6 ++ > 1 file c

[PATCH V4 2/2] firmware: ti_sci: Add comment explaining the is_secure code

2024-01-30 Thread Dhruva Gole
Add a comment to explain the code under is_secure condition of ti_sci_do_xfer. This will help avoid confusion amongst people who may in future touch upon this code. Signed-off-by: Dhruva Gole --- drivers/firmware/ti_sci.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drivers/firmware