ar71xx: add missing gpio_set_debounce function
[15.05/openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 120-fix-wm8753-reg_cache.patch
index f7e801c..19d44c9 100644 (file)
@@ -19,7 +19,7 @@
 +      codec->reg_cache = wm8753->reg_cache;
        codec->private_data = wm8753;
  
--      memcpy(codec->reg_cache, wm8753_reg, sizeof(codec->reg_cache));
+-      memcpy(codec->reg_cache, wm8753_reg, sizeof(wm8753->reg_cache));
 +      memcpy(codec->reg_cache, wm8753_reg, sizeof(wm8753_reg));
        INIT_DELAYED_WORK(&codec->delayed_work, wm8753_work);