Skip to content
Commit 9c5718ab authored by Colin Ian King's avatar Colin Ian King Committed by Helge Deller
Browse files

video: fbdev: atyfb: Remove assigned but never used variable statements



There are a couple of statements where local variables are being assigned
values that are never read because the function returns immediately after
the assignment. Clean up the code by removing them.

Addresses-Coverity: ("Unused value")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 8738ddca
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment