mei: squash single_recv_buf into one bit in client properties
authorAlexander Usyskin <alexander.usyskin@intel.com>
Sun, 23 Dec 2018 18:17:51 +0000 (20:17 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 13 Jan 2019 14:48:39 +0000 (15:48 +0100)
commit4ad84cb56b0088f62b0369f36451ebb0fe16f423
treef6e3fd1e0a193996a6195dc89bb8c06f1b0115b6
parenta2915698ba08ff7c88e2ae691f71bcfd4c86884f
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>
drivers/misc/mei/hw.h