drm/radeon: Clean up errors in r600_dpm.c
Fix the following errors reported by checkpatch: ERROR: that open brace { should be on the previous line Signed-off-by: GuoHua Chen <chenguohua_716@163.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a62b1547e0
commit
848da1928b
@ -28,8 +28,7 @@
|
||||
#include "r600_dpm.h"
|
||||
#include "atom.h"
|
||||
|
||||
const u32 r600_utc[R600_PM_NUMBER_OF_TC] =
|
||||
{
|
||||
const u32 r600_utc[R600_PM_NUMBER_OF_TC] = {
|
||||
R600_UTC_DFLT_00,
|
||||
R600_UTC_DFLT_01,
|
||||
R600_UTC_DFLT_02,
|
||||
@ -47,8 +46,7 @@ const u32 r600_utc[R600_PM_NUMBER_OF_TC] =
|
||||
R600_UTC_DFLT_14,
|
||||
};
|
||||
|
||||
const u32 r600_dtc[R600_PM_NUMBER_OF_TC] =
|
||||
{
|
||||
const u32 r600_dtc[R600_PM_NUMBER_OF_TC] = {
|
||||
R600_DTC_DFLT_00,
|
||||
R600_DTC_DFLT_01,
|
||||
R600_DTC_DFLT_02,
|
||||
|
Loading…
x
Reference in New Issue
Block a user