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

drivers/atm/ambassador: kill uninit'd var warning, and fix bug



An uninitialized variable warning illuminated an area where indeed the
variable was being used without initialization.  Unfortunately, after
verifying all such paths were fixed, the warning still appears.  So we
follow the initialization practice of other variables in this function.

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