diff options
Diffstat (limited to 'target/linux/cns3xxx/patches-3.3')
-rw-r--r-- | target/linux/cns3xxx/patches-3.3/100-laguna_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch b/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch index 0137ae0d80..64b7adb7e0 100644 --- a/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch +++ b/target/linux/cns3xxx/patches-3.3/100-laguna_support.patch @@ -490,7 +490,7 @@ + +static void at24_setup(struct memory_accessor *mem_acc, void *context) +{ -+ char buf[8]; ++ char buf[16]; + + at24_mem_acc = mem_acc; + |