[PATCH 2/2] drm/radeon: finish getting bios earlier

2012-01-22 Thread Igor Murzov
Return a number of bytes read in radeon_atrm_get_bios_chunk() and properly check this value in radeon_atrm_get_bios(). If radeon_atrm_get_bios_chunk() read less bytes then were requested, it means that it finished reading bios data. Prior to this patch, condition in radeon_atrm_get_bios() was

[PATCH 2/2] drm/radeon: finish getting bios earlier

2012-01-22 Thread Igor Murzov

[PATCH 2/2] drm/radeon: finish getting bios earlier

2012-01-22 Thread Igor Murzov
From 4a57f34f6ebc3adac143a329327f69cb0469c2e2 Mon Sep 17 00:00:00 2001 From: Igor Murzov e-m...@date.by Date: Sun, 22 Jan 2012 19:05:13 +0400 Subject: [PATCH 2/2] drm/radeon: finish getting bios earlier Return a number of bytes read in radeon_atrm_get_bios_chunk() and properly check this value