Colin Ian King dedab7f0d3 ocxl: fix signed comparison with less than zero
Currently the comparison of used < 0 is always false because
uses is a size_t. Fix this by making used a ssize_t type.

Detected by Coccinelle:
drivers/misc/ocxl/file.c:320:6-10: WARNING: Unsigned expression
compared with zero: used < 0

Fixes: 5ef3166e8a32 ("ocxl: Driver code for 'generic' opencapi devices")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com>
Acked-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
2018-02-08 23:56:11 +11:00
..
2018-02-06 15:30:52 -08:00
2018-02-06 09:59:40 -08:00
2018-02-06 09:59:40 -08:00
2018-02-01 16:35:31 -08:00
2018-02-06 09:59:40 -08:00
2018-02-07 11:22:44 -08:00
2018-02-02 10:01:04 -08:00
2018-02-02 14:57:44 -08:00
2018-02-06 09:59:40 -08:00
2018-02-06 09:59:40 -08:00
2018-01-31 12:54:05 -08:00
2018-02-01 10:31:17 -08:00
2018-02-06 09:59:40 -08:00
2018-02-01 09:51:57 -08:00
2018-02-06 09:59:40 -08:00
2018-02-06 09:59:40 -08:00
2018-01-31 12:22:41 -08:00
2018-02-06 09:59:40 -08:00
2018-02-04 11:11:23 -08:00
2018-02-04 11:16:35 -08:00
2018-02-01 16:35:31 -08:00
2018-02-05 09:51:15 -08:00
2018-01-31 11:32:27 -08:00
2018-02-01 10:31:17 -08:00
2018-02-04 11:16:35 -08:00
2018-02-06 09:59:40 -08:00
2018-02-06 09:59:40 -08:00
2018-02-01 09:40:49 -08:00
2018-01-30 12:25:59 +00:00
2018-02-05 10:07:40 -08:00
2018-02-05 10:05:40 -08:00
2018-02-02 14:19:19 -08:00
2018-02-06 10:41:33 -08:00
2018-02-06 09:59:40 -08:00
2018-02-04 11:16:35 -08:00
2018-02-01 16:35:31 -08:00
2018-01-22 16:45:26 +01:00
2018-02-06 11:27:48 -08:00
2018-02-01 10:00:28 -08:00
2018-02-01 10:31:17 -08:00
2018-02-01 13:18:25 -08:00
2018-02-07 13:10:43 -08:00
2018-01-31 11:32:27 -08:00
2018-02-01 10:31:17 -08:00
2018-02-06 09:59:40 -08:00