From: Linus Torvalds Date: Fri, 15 Dec 2006 22:13:51 +0000 (-0800) Subject: Fix "delayed_work_pending()" macro expansion X-Git-Tag: v2.6.20-rc2~126 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0221872a3b0aa2fa2f3fa60affcbaebd662c4a90;p=pandora-kernel.git Fix "delayed_work_pending()" macro expansion Nobody uses it, but it was still wrong. Using the macro argument name 'work' meant that when we used 'work' as a member name, that would also get replaced by the macro argument. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed