diff options
author | Florian Fainelli <florian@openwrt.org> | 2009-08-08 18:56:14 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2009-08-08 18:56:14 +0000 |
commit | b8af58d3e7b2c350aa139aa2fd523f39ef40b6f2 (patch) | |
tree | 9a0561641656ef42394a72f9f7d7d53a1425d9d6 /target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch | |
parent | bb5a40c64b7c4f4848509fa0a6625055fc9e66cc (diff) | |
download | upstream-b8af58d3e7b2c350aa139aa2fd523f39ef40b6f2.tar.gz upstream-b8af58d3e7b2c350aa139aa2fd523f39ef40b6f2.tar.bz2 upstream-b8af58d3e7b2c350aa139aa2fd523f39ef40b6f2.zip |
refresh patches and fix build failure on wm8753-reg_cache.patch (#5641)
SVN-Revision: 17182
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch')
-rw-r--r-- | target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch b/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch index f7e801ce96..19d44c9aca 100644 --- a/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch +++ b/target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch @@ -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); |