summaryrefslogtreecommitdiff
path: root/tools/cgroup
diff options
context:
space:
mode:
authorDavid Fries <David@Fries.net>2014-01-16 04:29:12 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-02-07 23:40:17 (GMT)
commit6b355b33a64fd6d8ead2b838ec16fb9b551f71e8 (patch)
treeca153aa21c96bd52126689536b3442f95256a2ee /tools/cgroup
parent8a7206a89f85c8439561b0eff85bb9440a2e97a9 (diff)
downloadlinux-6b355b33a64fd6d8ead2b838ec16fb9b551f71e8.tar.xz
w1: fix w1_send_slave dropping a slave id
Previous logic, if (avail > 8) { store slave; return; } send data; clear; The logic error is, if there isn't space send the buffer and clear, but the slave wasn't added to the now empty buffer loosing that slave id. It also should have been "if (avail >= 8)" because when it is 8, there is space. Instead, if there isn't space send and clear the buffer, then there is always space for the slave id. Signed-off-by: David Fries <David@Fries.net> Cc: stable@vger.kernel.org Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/cgroup')
0 files changed, 0 insertions, 0 deletions