Re: [PATCH 5/6] rio: warn_unused_result warnings fix
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2009-05-12 22:16:17
Also in:
linuxppc-dev, lkml
From: Andrew Morton <akpm@linux-foundation.org>
Date: 2009-05-12 22:16:17
Also in:
linuxppc-dev, lkml
On Tue, 12 May 2009 16:36:02 +0800 Li Yang [off-list ref] wrote:
+ if (rswitch) {
+ if (rswitch->route_table)this `if' is unneeded.
+ kfree(rswitch->route_table); + kfree(rswitch); + }