summaryrefslogtreecommitdiff
path: root/net/hsr/hsr_netlink.c
diff options
context:
space:
mode:
authorMichael Chan <michael.chan@broadcom.com>2017-02-12 19:18:17 -0500
committerDavid S. Miller <davem@davemloft.net>2017-02-12 22:18:49 -0500
commitb451c8b69e70de299aa6061e1fa6afbb4d7c1f9e (patch)
treee6ee34c7cf9a20aa39f50801d699892decc6cb7b /net/hsr/hsr_netlink.c
parente70c752f88ed23e6a0f081fa408282c2450c8ce9 (diff)
bnxt_en: Fix bnxt_setup_tc() error message.
Add proper puctuation to make the message more clear. Signed-off-by: Michael Chan <michael.chan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/hsr/hsr_netlink.c')
0 files changed, 0 insertions, 0 deletions
to after onlining, it can lead to NULL dereference. The current code performs cgroup creation and subsystem onlining in cgroup_create() and cgroup_mkdir() makes the cgroup and subsystems visible afterwards. There's no reason to online the subsystems early and we can simply drop cgroup_apply_control_enable() call from cgroup_create() so that the subsystems are onlined and made visible at the same time. Signed-off-by: Tejun Heo <tj@kernel.org> Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru> Fixes: a5bca2152036 ("cgroup: factor out cgroup_create() out of cgroup_mkdir()") Cc: stable@vger.kernel.org # v4.6+
Diffstat (limited to 'sound/soc/intel/boards/haswell.c')