From: Jesper Juhl Date: Fri, 24 Jun 2005 04:06:56 +0000 (-0700) Subject: [SLIP]: Simplify sl_free_bufs() X-Git-Tag: v2.6.13-rc1~68^2~254^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b200b02a6c9cddca5132d64aa41156bbcddcbaa;p=pandora-kernel.git [SLIP]: Simplify sl_free_bufs() We can avoid assignments to the local variable 'tmp' and actually get rid of tmp alltogether in sl_free_bufs(). This patch does that. This is safe since both kfree() and slhc_free() handles NULL pointers gracefully. Signed-off-by: Jesper Juhl Signed-off-by: David S. Miller --- Reading git-diff-tree failed