On Wed, 2024-10-16 at 14:11 -0700, Bart Van Assche wrote: > > External email : Please do not click links or open attachments until > you have verified the sender or the content. > The only statement that follows the 'out:' label in > ufshcd_try_to_abort_task() is a return-statement. Simplify this > function > by changing 'goto out' statements into return statements. > > Signed-off-by: Bart Van Assche <bvanassche@xxxxxxx> > --- > drivers/ufs/core/ufshcd.c | 19 +++++++------------ > 1 file changed, 7 insertions(+), 12 deletions(-) > Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>