diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2006-10-10 22:46:17 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-10 15:37:22 -0700 |
commit | cfa7fd72ca03ac2324e8e469bd4b9ecc6f53394c (patch) | |
tree | 7ffef9dcc2c2913082fa69450c48d2989008dc8e /arch/ia64/hp/sim/simeth.c | |
parent | ba46df984b8e8114c3cf19c51670fab084bd4196 (diff) | |
download | blackbird-op-linux-cfa7fd72ca03ac2324e8e469bd4b9ecc6f53394c.tar.gz blackbird-op-linux-cfa7fd72ca03ac2324e8e469bd4b9ecc6f53394c.zip |
[PATCH] ia64/hp NULL noise removal
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/ia64/hp/sim/simeth.c')
-rw-r--r-- | arch/ia64/hp/sim/simeth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/hp/sim/simeth.c b/arch/ia64/hp/sim/simeth.c index be769ef326a2..424e9257c9a0 100644 --- a/arch/ia64/hp/sim/simeth.c +++ b/arch/ia64/hp/sim/simeth.c @@ -87,7 +87,7 @@ static int simeth_debug; /* set to 1 to get debug information */ */ static struct notifier_block simeth_dev_notifier = { simeth_device_event, - 0 + NULL }; |