Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5178 → Rev 5179

/drivers/video/drm/radeon/evergreen_hdmi.c
118,9 → 118,9
}
 
sad_count = drm_edid_to_speaker_allocation(radeon_connector_edid(connector), &sadb);
if (sad_count <= 0) {
DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
return;
if (sad_count < 0) {
DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
sad_count = 0;
}
 
/* program the speaker allocation */