drm/radeon: fix endian handling in radeon_atom_init_mc_reg_table
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 16 Jan 2014 15:53:50 +0000 (10:53 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 20 Jan 2014 23:20:54 +0000 (18:20 -0500)
commitd526fbdd0fd0e5d78cd2e01a5387ee83431da7fb
tree5a57533acc96d00a2c5120bd122bc2910115ec1d
parentaa34dba8fb9cdcf3f7f8203abce493036b348fdb
drm/radeon: fix endian handling in radeon_atom_init_mc_reg_table

Need to swap the data for big endian.
Notcied by sylware in IRC.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_atombios.c