]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge patch series "scsi: bfa: Remove deadcode"
authorMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Oct 2024 21:14:56 +0000 (17:14 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 15 Oct 2024 21:14:56 +0000 (17:14 -0400)
commita0113b46a1230e2ce746fba179d6e347f2f00e76
tree2af20146ff2887d265ad4cdc6d817065d8924ccb
parent94c4c5d78b0f7537354b2f1c0fd6e9dc18fe0699
parent8d7cfe95217cae5ce8e0f6e35eef43a11dd33c48
Merge patch series "scsi: bfa: Remove deadcode"

linux@treblig.org says:

Hi,
  This removes a pile of dead functions in the SCSI bfa driver.
These were spotted by hunting for unused symbols in a unmodular
kernel build, and then double checking by grepping for the function
name.

  It's been build tested only, I don't have the hardware, but
it's strictly full function (and the occasional struct) deletion,
so there should be no change in functionality.

  Thanks to David Hildenbrand for the suggestion of hunting
for unused symbols.

Dave

Link: https://lore.kernel.org/r/20240915125633.25036-1-linux@treblig.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>