Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 5078 → Rev 5179

/drivers/video/drm/radeon/dce6_afmt.c
176,9 → 176,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 */