commit | fa260c00c1aa5c657793a7221e40d2400df5afd8 | [log] [tgz] |
---|---|---|
author | Peter Huewe <peterhuewe@gmx.de> | Mon Aug 09 17:18:23 2010 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Aug 09 20:44:53 2010 -0700 |
tree | e34863069c3ce3dcc2e423f1369bd933657fa4e3 | |
parent | d9e1b6c45059ccfff647a120769ae86da78dfdc4 [diff] |
drivers/video/w100fb.c: ignore void return value / fix build failure Fix a build failure "error: void value not ignored as it ought to be" by removing an assignment of a void return value. The functionality of the code is not changed. Signed-off-by: Peter Huewe <peterhuewe@gmx.de> Acked-by: Henrik Kretzschmar <henne@nachtwindheim.de> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>