]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - mm/filemap_xip.c
OMAP1: clock: Typo fix for clock in omap1
[linux-2.6-omap-h63xx.git] / mm / filemap_xip.c
index bf54f8a2cf1df63172706477d666f8bbea6b0268..0c04615651b7e8b412e85cdeee26365ddee7515c 100644 (file)
@@ -354,7 +354,7 @@ __xip_file_write(struct file *filp, const char __user *buf,
                        break;
 
                copied = bytes -
-                       __copy_from_user_nocache(xip_mem + offset, buf, bytes, bytes);
+                       __copy_from_user_nocache(xip_mem + offset, buf, bytes);
 
                if (likely(copied > 0)) {
                        status = copied;