powerpc/powernv: Use uint64_t instead of size_t in OPAL APIs
[linux-block.git] / arch / powerpc / platforms / powernv / opal-elog.c
index ef7bc2a978627422d659d783ea21f0869975df53..7e3821e611a8d516c628a3835f03027ce7e37adf 100644 (file)
@@ -238,7 +238,7 @@ static struct elog_obj *create_elog_obj(uint64_t id, size_t size, uint64_t type)
 
 static void elog_work_fn(struct work_struct *work)
 {
-       size_t elog_size;
+       uint64_t elog_size;
        uint64_t log_id;
        uint64_t elog_type;
        int rc;