kernel: update kernel 4.4 to 4.4.59
[openwrt/staging/dedeckeh.git] / target / linux / brcm2708 / patches-4.4 / 0568-configfs-Remove-ppos-increment-in-configfs_write_bin.patch
index fcc2d604bf1c7fcc362bc30596d477595801f851..8cc40da3f2640b9c7fe98eaf559917756dd1b8f8 100644 (file)
@@ -36,11 +36,9 @@ Cc: Pantelis Antoniou <pantelis.antoniou@konsulko.com>
  fs/configfs/file.c | 2 --
  1 file changed, 2 deletions(-)
 
-diff --git a/fs/configfs/file.c b/fs/configfs/file.c
-index 3687187..6e322f2 100644
 --- a/fs/configfs/file.c
 +++ b/fs/configfs/file.c
-@@ -357,8 +357,6 @@ configfs_write_bin_file(struct file *file, const char __user *buf,
+@@ -357,8 +357,6 @@ configfs_write_bin_file(struct file *fil
  
        len = simple_write_to_buffer(buffer->bin_buffer,
                        buffer->bin_buffer_size, ppos, buf, count);
@@ -49,6 +47,3 @@ index 3687187..6e322f2 100644
  out:
        mutex_unlock(&buffer->mutex);
        return len;
--- 
-2.1.4
-