drm/amdgpu: fix 64 bit divide in eeprom code
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Jun 2021 15:19:14 +0000 (11:19 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 1 Jul 2021 04:24:41 +0000 (00:24 -0400)
commitd456f3875af2eb5bf5a9cbd526622801ffc51037
tree1566f8315d7e43845dcd2749291d5fb1f257e94a
parentc65b0805e779196ba07c2cb29e7f71777e81009d
drm/amdgpu: fix 64 bit divide in eeprom code

pos is 64 bits.

Fixes: c65b0805e77919 ("drm/amdgpu: RAS EEPROM table is now in debugfs")
Cc: luben.tuikov@amd.com
Reported-by: kernel test robot <lkp@intel.com>
Reviewed-by: Luben Tuikov <luben.tuikov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ras_eeprom.c