Commit 7203a5d4 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] Unreachable code in drivers_net_fc_iph5526.c

From:  Scott Russell <scott@pantastik.com>

  - Rearranged unreachable printk code reported at kbugs.org
parent d02d0adf
...@@ -689,8 +689,8 @@ int index, no_of_entries = 0; ...@@ -689,8 +689,8 @@ int index, no_of_entries = 0;
prev_IMQ_index = current_IMQ_index; prev_IMQ_index = current_IMQ_index;
} }
} /*end of for loop*/ } /*end of for loop*/
return;
LEAVE("tachyon_interrupt"); LEAVE("tachyon_interrupt");
return;
} }
...@@ -3375,8 +3375,8 @@ u_int s_id; ...@@ -3375,8 +3375,8 @@ u_int s_id;
q = q->next; q = q->next;
} }
DPRINTK1("Port Name does not match. Txing LOGO."); DPRINTK1("Port Name does not match. Txing LOGO.");
return 0;
LEAVE("validate_login"); LEAVE("validate_login");
return 0;
} }
static void add_to_address_cache(struct fc_info *fi, u_int *base_ptr) static void add_to_address_cache(struct fc_info *fi, u_int *base_ptr)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment