commit | 4ad84cb56b0088f62b0369f36451ebb0fe16f423 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Sun Dec 23 20:17:51 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Sun Jan 13 15:48:39 2019 +0100 |
tree | f6e3fd1e0a193996a6195dc89bb8c06f1b0115b6 | |
parent | a2915698ba08ff7c88e2ae691f71bcfd4c86884f [diff] |
mei: squash single_recv_buf into one bit in client properties single_recv_buf member of struct mei_client_properties has a boolean value and can be represented in on bit, to free other 7 bits for another usage. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>