|
@@ -744,7 +744,6 @@ static void write_msg(struct console *con, const char *msg, unsigned int len)
|
|
|
|
|
|
spin_lock_irqsave(&target_list_lock, flags);
|
|
spin_lock_irqsave(&target_list_lock, flags);
|
|
list_for_each_entry(nt, &target_list, list) {
|
|
list_for_each_entry(nt, &target_list, list) {
|
|
- netconsole_target_get(nt);
|
|
|
|
if (nt->enabled && netif_running(nt->np.dev)) {
|
|
if (nt->enabled && netif_running(nt->np.dev)) {
|
|
/*
|
|
/*
|
|
* We nest this inside the for-each-target loop above
|
|
* We nest this inside the for-each-target loop above
|
|
@@ -760,7 +759,6 @@ static void write_msg(struct console *con, const char *msg, unsigned int len)
|
|
left -= frag;
|
|
left -= frag;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- netconsole_target_put(nt);
|
|
|
|
}
|
|
}
|
|
spin_unlock_irqrestore(&target_list_lock, flags);
|
|
spin_unlock_irqrestore(&target_list_lock, flags);
|
|
}
|
|
}
|