Re: [PATCH] [2.6.22] Remove unneeded pointer idev fromaddrconf_cleanup() in net/ipv6/addrconf.c

From: David Miller
Date: Wed Jul 11 2007 - 02:34:44 EST


From: "Micah Gruber" <micah.gruber@xxxxxxxxx>
Date: Mon, 9 Jul 2007 11:30:46 +0800

> This trivial patch removes the unneeded pointer idev returned from
> __in6_dev_get(), which is never used. The check for NULL can be simply
> done by if (__in6_dev_get(dev) == NULL).
>
> Signed-off-by: Micah Gruber < micah.gruber@xxxxxxxxx>

Applied, but your patch was severely white-space damaged by your
email client, please fix this up and test that the patches you
email out can be applied by those receiving the posting in the
future.

Thanks.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/