]> git.itanic.dy.fi Git - linux-stable/commit
IB/qib: Fix duplicate sysfs directory name
authorMike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
Thu, 17 Feb 2022 13:59:32 +0000 (08:59 -0500)
committerJason Gunthorpe <jgg@nvidia.com>
Thu, 17 Feb 2022 15:54:08 +0000 (11:54 -0400)
commit32f57cb1b2c8d6f20aefec7052b1bfeb7e3b69d4
treea2910c4b597121228282de313c3057dc697b969e
parentdfd42facf1e4ada021b939b4e19c935dcdd55566
IB/qib: Fix duplicate sysfs directory name

The qib driver load has been failing with the following message:

  sysfs: cannot create duplicate filename '/devices/pci0000:80/0000:80:02.0/0000:81:00.0/infiniband/qib0/ports/1/linkcontrol'

The patch below has two "linkcontrol" names causing the duplication.

Fix by using the correct "diag_counters" name on the second instance.

Fixes: 4a7aaf88c89f ("RDMA/qib: Use attributes for the port sysfs")
Link: https://lore.kernel.org/r/1645106372-23004-1-git-send-email-mike.marciniszyn@cornelisnetworks.com
Cc: <stable@vger.kernel.org>
Reviewed-by: Dennis Dalessandro <dennis.dalessandro@cornelisnetworks.com>
Signed-off-by: Mike Marciniszyn <mike.marciniszyn@cornelisnetworks.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/infiniband/hw/qib/qib_sysfs.c