On Tue, 16 Mar 2021 14:57:07 +0530 Hariprasad Kelam wrote: > From: Subbaraya Sundeep <[email protected]> > > Memory for driver private structure rvu_devlink is > also allocated during devlink_alloc. Hence use > the allocated memory by devlink_alloc and access it > by devlink_priv call. > > Fixes: fae06da4("octeontx2-af: Add devlink suppoort to af driver") > Signed-off-by: Subbaraya Sundeep <[email protected]> > Signed-off-by: Hariprasad Kelam <[email protected]> > Signed-off-by: Sunil Kovvuri Goutham <[email protected]>
Does it fix any bug? Looks like a coding improvement.

