Loading drivers/net/netconsole.c +1 −1 Original line number Diff line number Diff line Loading @@ -358,7 +358,7 @@ static ssize_t enabled_store(struct config_item *item, if (err) goto out_unlock; pr_info("netconsole: network logging started\n"); pr_info("network logging started\n"); } else { /* false */ /* We need to disable the netconsole before cleaning it up * otherwise we might end up in write_msg() with Loading Loading
drivers/net/netconsole.c +1 −1 Original line number Diff line number Diff line Loading @@ -358,7 +358,7 @@ static ssize_t enabled_store(struct config_item *item, if (err) goto out_unlock; pr_info("netconsole: network logging started\n"); pr_info("network logging started\n"); } else { /* false */ /* We need to disable the netconsole before cleaning it up * otherwise we might end up in write_msg() with Loading