diff options
author | Satyam Sharma <satyam@infradead.org> | 2007-08-10 15:28:10 -0700 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 16:48:02 -0700 |
commit | d133ccbdc30c7f86459519cec1126d6473762b10 (patch) | |
tree | 37f41671ddba891149a7aec6c3ab349c81a9a7c1 /lib/locking-selftest-spin.h | |
parent | d39badf05b52f99169b22ce324fd31c8b44a0473 (diff) | |
download | linux-3.10-d133ccbdc30c7f86459519cec1126d6473762b10.tar.gz linux-3.10-d133ccbdc30c7f86459519cec1126d6473762b10.tar.bz2 linux-3.10-d133ccbdc30c7f86459519cec1126d6473762b10.zip |
[NET] netconsole: Remove bogus check
Based upon initial work by Keiichi Kii <k-keiichi@bx.jp.nec.com>.
The (!np.dev) check in write_msg() is bogus (always false), because: np.dev is
set by netpoll_setup(), which is called by init_netconsole() before
register_console(), so write_msg() cannot be triggered unless netpoll_setup()
successfully set np.dev. Also np.dev cannot go away from under us, because
netpoll_setup() grabs us reference on it. So let's remove the bogus check.
Signed-off-by: Satyam Sharma <satyam@infradead.org>
Acked-by: Keiichi Kii <k-keiichi@bx.jp.nec.com>
Acked-by: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'lib/locking-selftest-spin.h')
0 files changed, 0 insertions, 0 deletions