commit | d933667a1e44be0d3fa137ec31686303c42c16fc | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@hovoldconsulting.com> | Tue May 19 11:22:43 2015 +0200 |
committer | Greg Kroah-Hartman <gregkh@google.com> | Wed May 20 22:51:05 2015 -0700 |
tree | d2d1b50293a4f4e5d40a4b9ac491f74c93be0f15 | |
parent | d966820f2c28c621d4912a8277fa43a69242e8d5 [diff] |
greybus: fix host-device buffer constraints Host devices impose buffer-size constraints on Greybus core which are taken into account when allocating messages. Make sure to verify these constraints when the host device is allocated, rather than when the first message is allocated. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>