Re: [PATCH] drm/amd/powerplay: suppress compile error around BUG_ON

2020-07-15 Thread Deucher, Alexander
[AMD Public Use] Acked-by: Alex Deucher From: Quan, Evan Sent: Wednesday, July 15, 2020 2:52 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan Subject: [PATCH] drm/amd/powerplay: suppress compile error around BUG_ON To suppress

[PATCH] drm/amd/powerplay: suppress compile error around BUG_ON

2020-07-15 Thread Evan Quan
To suppress the compile error below for "ARCH=arc". drivers/gpu/drm/amd/amdgpu/../powerplay/arcturus_ppt.c: In function 'arcturus_fill_eeprom_i2c_req': >> arch/arc/include/asm/bug.h:22:2: error: implicit declaration of function >> 'pr_warn'; did you mean 'pci_warn'?