Merge 3.17-rc5 into staging-next.
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Sep 2014 02:33:47 +0000 (19:33 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 15 Sep 2014 02:33:47 +0000 (19:33 -0700)
This fixes a merge conflict in lustre, and we want the other fixes that
went into 3.17-rc5 as well.

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
MAINTAINERS
drivers/staging/android/sync.c
drivers/staging/imx-drm/ipuv3-plane.c
drivers/staging/lustre/lustre/llite/llite_lib.c

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
@@@ -574,8 -568,7 +574,8 @@@ static int client_common_fill_super(str
        if (sb->s_root == NULL) {
                CERROR("%s: can't make root dentry\n",
                        ll_get_fsname(sb, NULL, 0));
 -              GOTO(out_lock_cn_cb, err = -ENOMEM);
 +              err = -ENOMEM;
-               goto out_root;
++              goto out_lock_cn_cb;
        }
  
        sbi->ll_sdev_orig = sb->s_dev;