mirror of
https://github.com/torvalds/linux.git
synced 2025-01-01 15:51:46 +00:00
scsi: message: fusion: Remove variable 'where'
Variable 'where' is just being incremented and it's never used anywhere else. Remove it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20221031154538.870223-1-colin.i.king@gmail.com Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
e47c49219c
commit
c7cbaab2d4
@ -2879,7 +2879,6 @@ static struct mpt_pci_driver mptctl_driver = {
|
|||||||
static int __init mptctl_init(void)
|
static int __init mptctl_init(void)
|
||||||
{
|
{
|
||||||
int err;
|
int err;
|
||||||
int where = 1;
|
|
||||||
|
|
||||||
show_mptmod_ver(my_NAME, my_VERSION);
|
show_mptmod_ver(my_NAME, my_VERSION);
|
||||||
|
|
||||||
@ -2898,7 +2897,6 @@ static int __init mptctl_init(void)
|
|||||||
/*
|
/*
|
||||||
* Install our handler
|
* Install our handler
|
||||||
*/
|
*/
|
||||||
++where;
|
|
||||||
mptctl_id = mpt_register(mptctl_reply, MPTCTL_DRIVER,
|
mptctl_id = mpt_register(mptctl_reply, MPTCTL_DRIVER,
|
||||||
"mptctl_reply");
|
"mptctl_reply");
|
||||||
if (!mptctl_id || mptctl_id >= MPT_MAX_PROTOCOL_DRIVERS) {
|
if (!mptctl_id || mptctl_id >= MPT_MAX_PROTOCOL_DRIVERS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user