Re: [PATCH 2/4] crypto/ionic: remove unnecessary deref of function pointer

2025-03-19 Thread Boyer, Andrew
> On Mar 11, 2025, at 11:51 AM, Stephen Hemminger > wrote: > > Caution: This message originated from an External Source. Use proper caution > when opening attachments, clicking links, or responding. > > > The expression *dev->intf->setup_bars and dev->intf->setup_bars > are equivalent. > >

[PATCH 2/4] crypto/ionic: remove unnecessary deref of function pointer

2025-03-11 Thread Stephen Hemminger
The expression *dev->intf->setup_bars and dev->intf->setup_bars are equivalent. Signed-off-by: Stephen Hemminger --- drivers/crypto/ionic/ionic_crypto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/ionic/ionic_crypto.h b/drivers/crypto/ionic/ionic_crypto.h