Searched hist:b6533640ed3e25e9a12497dbc679a10896848c91 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_init.c | diff b6533640ed3e25e9a12497dbc679a10896848c91 Tue Jan 22 09:09:01 CST 2019 Greg Kroah-Hartman <gregkh@linuxfoundation.org> scsi: csiostor: no need to check return value of debugfs_create functions
When calling debugfs functions, there is no need to ever check the return value. The function can work or not, but the code logic should never do something different based on this.
Cc: "James E.J. Bottomley" <jejb@linux.ibm.com> Cc: "Martin K. Petersen" <martin.petersen@oracle.com> Cc: Varun Prakash <varun@chelsio.com> Cc: Bjorn Helgaas <bhelgaas@google.com> Cc: Johannes Thumshirn <jthumshirn@suse.de> Cc: Oza Pawandeep <poza@codeaurora.org> Cc: linux-scsi@vger.kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
|