Skip to content
Commit a6343afb authored by Jeff Garzik's avatar Jeff Garzik
Browse files

drivers/*: mark variables with uninitialized_var()



Mark variables in drivers/* with uninitialized_var() if such a warning
appears, and analysis proves that the var is initialized properly on all
paths it is used.

Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent b1734d23
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