aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/device_cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/device_cgroup.c b/security/device_cgroup.c
index cd97929fac66..dc28914fa72e 100644
--- a/security/device_cgroup.c
+++ b/security/device_cgroup.c
@@ -560,7 +560,7 @@ static int propagate_exception(struct dev_cgroup *devcg_root,
560 devcg->behavior == DEVCG_DEFAULT_ALLOW) { 560 devcg->behavior == DEVCG_DEFAULT_ALLOW) {
561 rc = dev_exception_add(devcg, ex); 561 rc = dev_exception_add(devcg, ex);
562 if (rc) 562 if (rc)
563 break; 563 return rc;
564 } else { 564 } else {
565 /* 565 /*
566 * in the other possible cases: 566 * in the other possible cases: