[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090512151112.7e2a3e74.akpm@linux-foundation.org>
Date: Tue, 12 May 2009 15:11:12 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Li Yang <leoli@...escale.com>
Cc: galak@...nel.crashing.org, davem@...emloft.net,
mporter@...nel.crashing.org, linux-kernel@...r.kernel.org,
linuxppc-dev@...abs.org, netdev@...r.kernel.org,
leoli@...escale.com
Subject: Re: [PATCH 5/6] rio: warn_unused_result warnings fix
On Tue, 12 May 2009 16:36:02 +0800
Li Yang <leoli@...escale.com> wrote:
> + if (rswitch) {
> + if (rswitch->route_table)
this `if' is unneeded.
> + kfree(rswitch->route_table);
> + kfree(rswitch);
> + }
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists