[PATCH] sky2: avoid using uninitialized variable

From: Greg Thelen
Date: Mon Jun 13 2011 - 17:22:51 EST


I am not sure if 0 or ~0 would be a better choice in the gm_phy_read()
error case. I used 0. A more complete solution might be to plumb up
error handling to the callers of gm_phy_read().

==