[PATCH 78/83] hsa/radeon: Don't verify cksum when parsing CRAT table

2014-07-10 Thread Oded Gabbay
This patch removes the checksum verification done when parsing a CRAT table. The verification was both erronous and redundant, as it is done by another piece of kernel code. Signed-off-by: Oded Gabbay --- drivers/gpu/hsa/radeon/kfd_topology.c | 29 ++--- 1 file changed,

[PATCH 78/83] hsa/radeon: Don't verify cksum when parsing CRAT table

2014-07-10 Thread Oded Gabbay
This patch removes the checksum verification done when parsing a CRAT table. The verification was both erronous and redundant, as it is done by another piece of kernel code. Signed-off-by: Oded Gabbay oded.gab...@amd.com --- drivers/gpu/hsa/radeon/kfd_topology.c | 29