commit | a8ac78357d9b71a5608c609094ad3b114a46ccd4 | [log] [tgz] |
---|---|---|
author | Max Gurtovoy <maxg@mellanox.com> | Mon Aug 03 18:00:08 2020 +0300 |
committer | Martin K. Petersen <martin.petersen@oracle.com> | Tue Aug 04 20:56:56 2020 -0400 |
tree | 2e2b4f2fcd674d37f2a5492180c265bf111618e9 | |
parent | bf1a28f92a8b00ee8ce48cc11338980e31ddb7b3 [diff] |
scsi: target: Make iscsit_register_transport() return void This function always returns 0. We can make it return void to simplify the code. Also, no caller ever checks the return value of this function. Link: https://lore.kernel.org/r/20200803150008.83920-1-maxg@mellanox.com Signed-off-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>