commit | cfa7fd72ca03ac2324e8e469bd4b9ecc6f53394c | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Tue Oct 10 22:46:17 2006 +0100 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Oct 10 15:37:22 2006 -0700 |
tree | 7ffef9dcc2c2913082fa69450c48d2989008dc8e | |
parent | ba46df984b8e8114c3cf19c51670fab084bd4196 [diff] [blame] |
[PATCH] ia64/hp NULL noise removal Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/arch/ia64/hp/sim/simeth.c b/arch/ia64/hp/sim/simeth.c index be769ef..424e925 100644 --- a/arch/ia64/hp/sim/simeth.c +++ b/arch/ia64/hp/sim/simeth.c
@@ -87,7 +87,7 @@ */ static struct notifier_block simeth_dev_notifier = { simeth_device_event, - 0 + NULL };