mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-31 22:15:38 +00:00
iscsi: fix check keys
We report a bogus printk due to a missing break Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
parent
5d0c3d4f3d
commit
db8310183a
@ -1395,6 +1395,7 @@ static struct iscsi_param *iscsi_check_key(
|
|||||||
break;
|
break;
|
||||||
case PHASE_OPERATIONAL:
|
case PHASE_OPERATIONAL:
|
||||||
pr_debug("Operational phase.\n");
|
pr_debug("Operational phase.\n");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
pr_debug("Unknown phase.\n");
|
pr_debug("Unknown phase.\n");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user