File crystalhd-fix-uninitialized.diff of Package crystalhd

Just for buggy gcc-4.6 spewing wrong warnings...

---
 crystalhd_fleafuncs.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/crystalhd_fleafuncs.c
+++ b/crystalhd_fleafuncs.c
@@ -563,7 +563,7 @@
 static
 void crystalhd_flea_runtime_power_dn(struct crystalhd_hw *hw)
 {
-	uint32_t regVal;
+	uint32_t regVal = 0;
 	uint32_t pollCnt;
 
 	/*printk("RT PD \n"); */
openSUSE Build Service is sponsored by