From 93c2989706b5d92c1803d3082bd48a9fff0eadb7 Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 8 Aug 2009 18:56:14 +0000 Subject: [s3c24xx] refresh patches and fix build failure on wm8753-reg_cache.patch (#5641) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17182 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/s3c24xx/patches-2.6.30/120-fix-wm8753-reg_cache.patch') 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 f7e801ce9..19d44c9ac 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); -- cgit v1.2.3