]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix "delayed_work_pending()" macro expansion
authorLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 22:13:51 +0000 (14:13 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Fri, 15 Dec 2006 22:13:51 +0000 (14:13 -0800)
commit0221872a3b0aa2fa2f3fa60affcbaebd662c4a90
tree522c5eca424c5e96ba959620cfc8128694ddd0c8
parent701dfbe71903413d10caf2790259bccbabbedcf5
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 <torvalds@osdl.org>
include/linux/workqueue.h