On Wed, Jun 03, 2020 at 08:29:01AM -0700, Matthew Wilcox wrote: > From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> > > There's no need to use a temporary variable; the XArray is designed to > write directly into the object being allocated. > > Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> > --- > drivers/net/ethernet/mellanox/mlx5/core/en/tc_ct.c | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) t Thanks, Reviewed-by: Leon Romanovsky <leonro@xxxxxxxxxxxx>