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)
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>

No differences found