Alexander Usyskin 35bf7692e7 mei: fix format string in debug prints
buf_idx type was changed to size_t, and few places
missed out to change the print format from %ld to %zu.
Use also uz for buf.size which is also of size_t

Fixes:
commit 56988f22e097 ("mei: fix possible integer overflow issue")'

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>
2016-02-20 14:27:36 -08:00
..
2016-02-07 14:47:20 -08:00
2016-02-07 13:00:52 -08:00
2015-08-03 17:33:54 -07:00
2014-05-03 19:21:22 -04:00
2016-02-07 13:00:52 -08:00
2014-09-29 11:56:02 -04:00
2016-02-20 14:27:36 -08:00