mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +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
1 changed files with 1 additions and 0 deletions
|
@ -1395,6 +1395,7 @@ static struct iscsi_param *iscsi_check_key(
|
|||
break;
|
||||
case PHASE_OPERATIONAL:
|
||||
pr_debug("Operational phase.\n");
|
||||
break;
|
||||
default:
|
||||
pr_debug("Unknown phase.\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue