]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: fnic: Delete incorrect debugfs error handling
authorDan Carpenter <dan.carpenter@linaro.org>
Tue, 7 Jan 2025 13:35:19 +0000 (16:35 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 10 Jan 2025 23:18:46 +0000 (18:18 -0500)
commit17789f8a5b81356fc83cf20de899fc351679574e
tree9f03a1107c724cc809ce94bb1d3a314d7ac4f28b
parentbab8551e33f7f5e8743ccb49be41fe3228178e8a
scsi: fnic: Delete incorrect debugfs error handling

Debugfs functions are not supposed to require error checking and, in fact,
adding checks would normally lead to the driver refusing to load when
CONFIG_DEBUGFS is disabled.

What saves us here is that this code checks for NULL instead of error
pointers so the error checking is all dead code.  Delete it.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Link: https://lore.kernel.org/r/a5c237cd-449b-4f9d-bcff-6285fb7c28d1@stanley.mountain
Reviewed-by: Karan Tilak Kumar <kartilak@cisco.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_debugfs.c